mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-08 12:53:30 +01:00
Fix #10: support for systemd OnCalendar
This commit is contained in:
parent
d697eff938
commit
132126abe3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Description=Run restic backup {{ item.name }} every night
|
||||
|
||||
[Timer]
|
||||
OnCalendar={{ restic_systemd_timer_default_OnCalendar }}
|
||||
OnCalendar={{ item.schedule_oncalendar | default(restic_systemd_timer_default_OnCalendar) }}
|
||||
RandomizedDelaySec={{ restic_systemd_timer_randomizeddelaysec }}
|
||||
Persistent=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue