mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 11:26:24 +00:00
Removed redundancies and simplified run_once flag
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
name: '{{ item }}'
|
||||
loop: '{{ SYSTEMCTL_ALARM_COMPOSER_SUBSERVICES }}'
|
||||
vars:
|
||||
flush_handlers: true
|
||||
system_service_timer_enabled: false
|
||||
system_service_copy_files: true
|
||||
system_service_tpl_exec_start: "{{ system_service_script_exec }} %I"
|
||||
@@ -16,7 +15,6 @@
|
||||
include_role:
|
||||
name: sys-service
|
||||
vars:
|
||||
flush_handlers: true
|
||||
system_service_timer_enabled: false
|
||||
system_service_copy_files: true
|
||||
system_service_tpl_exec_start: "{{ system_service_script_exec }} %I"
|
||||
|
||||
Reference in New Issue
Block a user