mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
14 lines
390 B
YAML
14 lines
390 B
YAML
---
|
|
- name: create {{path_system_lock_script}}
|
|
copy:
|
|
src: system-maintenance-lock.py
|
|
dest: "{{path_system_lock_script}}"
|
|
when: run_once_system_maintenance_lock is not defined
|
|
|
|
## Runtime Variable Setting
|
|
|
|
- name: run the system_maintenance_service_freezer tasks once
|
|
set_fact:
|
|
run_once_system_maintenance_lock: true
|
|
when: run_once_system_maintenance_lock is not defined
|