mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
Solved empty entry bug
This commit is contained in:
parent
763b43b44c
commit
fc4df980c5
@ -4,8 +4,6 @@
|
|||||||
loop:
|
loop:
|
||||||
- sys-ctl-alm-compose
|
- sys-ctl-alm-compose
|
||||||
- sys-lock
|
- sys-lock
|
||||||
- sys-daemon
|
|
||||||
-
|
|
||||||
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: sys-systemctl
|
name: sys-systemctl
|
||||||
|
@ -5,9 +5,7 @@
|
|||||||
dest: "{{ PATH_SYSTEM_LOCK_SCRIPT }}"
|
dest: "{{ PATH_SYSTEM_LOCK_SCRIPT }}"
|
||||||
when: run_once_sys_lock is not defined
|
when: run_once_sys_lock is not defined
|
||||||
|
|
||||||
## Runtime Variable Setting
|
- name: execute the script copying once
|
||||||
|
|
||||||
- name: run the system_maintenance_service_freezer tasks once
|
|
||||||
set_fact:
|
set_fact:
|
||||||
run_once_sys_lock: true
|
run_once_sys_lock: true
|
||||||
when: run_once_sys_lock is not defined
|
when: run_once_sys_lock is not defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user