Implemented -e "activate_all_timers=true"

This commit is contained in:
2023-11-16 19:43:54 +01:00
parent c913d1f62c
commit 298b1d106e
20 changed files with 42 additions and 20 deletions

View File

@@ -16,6 +16,8 @@
- name: create backup-remote-to-local.timer
template: src=backup-remote-to-local.timer.j2 dest=/etc/systemd/system/backup-remote-to-local.timer
register: backup_remote_to_local_timer
changed_when: backup_remote_to_local_timer.changed or activate_all_timers | default(false) | bool
notify: restart backup-remote-to-local timer
- name: create backup-remote-to-local.sh