Solved system-timer bugs

This commit is contained in:
2024-04-04 15:45:53 +02:00
parent f396179681
commit e199c1e7f6
3 changed files with 10 additions and 10 deletions

View File

@@ -3,5 +3,11 @@
src: dummy.timer.j2
dest: "/etc/systemd/system/{{service_name}}.cymais.timer"
register: dummy_timer
changed_when: dummy_timer.changed or activate_all_timers | bool
notify: restart timer
- name: "restart timer"
systemd:
daemon_reload: yes
name: "{{service_name}}.cymais.timer"
state: restarted
enabled: yes
when: dummy_timer.changed or activate_all_timers | bool