improve template error

This commit is contained in:
L3D 2021-07-05 15:26:33 +02:00
parent 9b8d0fe599
commit a7df28bce9
No known key found for this signature in database
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
[Timer]
OnCalendar=*-*-* 02:00:00 {{ restic_systemd_timer_default_OnCalendar }}
OnCalendar={{ restic_systemd_timer_default_OnCalendar }}
RandomizedDelaySec={{ restic_systemd_timer_randomizeddelaysec }}
Persistent=yes

View file

@ -10,5 +10,5 @@ restic_os_variables:
paths:
- 'vars'
playbook_version_number: 9 # should be int
playbook_version_number: 10 # should be int
playbook_version_path: 'do1jlr.restic.version'