mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
improve template error
This commit is contained in:
parent
9b8d0fe599
commit
a7df28bce9
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
Description=Run restic backup {{ item.name }} every night
|
Description=Run restic backup {{ item.name }} every night
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 02:00:00 {{ restic_systemd_timer_default_OnCalendar }}
|
OnCalendar={{ restic_systemd_timer_default_OnCalendar }}
|
||||||
RandomizedDelaySec={{ restic_systemd_timer_randomizeddelaysec }}
|
RandomizedDelaySec={{ restic_systemd_timer_randomizeddelaysec }}
|
||||||
Persistent=yes
|
Persistent=yes
|
||||||
|
|
||||||
|
|
|
@ -10,5 +10,5 @@ restic_os_variables:
|
||||||
paths:
|
paths:
|
||||||
- 'vars'
|
- 'vars'
|
||||||
|
|
||||||
playbook_version_number: 9 # should be int
|
playbook_version_number: 10 # should be int
|
||||||
playbook_version_path: 'do1jlr.restic.version'
|
playbook_version_path: 'do1jlr.restic.version'
|
||||||
|
|
Loading…
Reference in a new issue