mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added async und logs
This commit is contained in:
@@ -19,4 +19,6 @@
|
||||
state: restarted
|
||||
enabled: yes
|
||||
when: dummy_timer.changed or ACTIVATE_ALL_TIMERS | bool
|
||||
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
|
||||
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
|
||||
|
||||
|
Reference in New Issue
Block a user