fix crontab entries

This commit is contained in:
Dick Visser 2020-04-06 15:33:07 +02:00
parent 8ab81be40e
commit c7a404b61c
No known key found for this signature in database
GPG key ID: 8B63BD9130109434

View file

@ -35,10 +35,10 @@
cron:
name: 'arillso.restic backup {{ item.name }}'
job: 'CRON=true {{ restic_script_dir }}/backup-{{ item.name }}.sh'
minute: '{{ schedule_minute | default("*") }}'
hour: '{{ schedule_hour | default("*") }}'
weekday: '{{ schedule_weekday | default("*") }}'
month: '{{ schedule_month | default("*") }}'
minute: '{{ item.schedule_minute | default("*") }}'
hour: '{{ item.schedule_hour | default("*") }}'
weekday: '{{ item.schedule_weekday | default("*") }}'
month: '{{ item.schedule_month | default("*") }}'
state: present
become: true
no_log: true