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