mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Attached 'not (system_service_suppress_flush | bool)' directly to handler
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
state: "{{ system_service_state }}"
|
||||
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
|
||||
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
|
||||
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
|
||||
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
|
||||
when: not (system_service_suppress_flush | bool)
|
||||
|
@@ -46,5 +46,5 @@
|
||||
command: /bin/true
|
||||
notify: refresh systemctl service
|
||||
when: not system_service_uses_at
|
||||
when: (SYS_SERVICE_ALL_ENABLED | bool or system_force_flush | bool) and not system_service_suppress_flush | bool
|
||||
when: (SYS_SERVICE_ALL_ENABLED | bool or system_force_flush | bool)
|
||||
|
||||
|
Reference in New Issue
Block a user