1
0
Fork 0
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:
L3D 2021-07-05 15:26:33 +02:00
parent 9b8d0fe599
commit a7df28bce9
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'