mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
SECURITY: Fix stupid typo for cron
This commit is contained in:
parent
714e1f3ada
commit
eb9840866d
2 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
- name: setup cronjob for restic with logging
|
- name: setup cronjob for restic with logging
|
||||||
become: true
|
become: true
|
||||||
cron:
|
cron:
|
||||||
name: "archive restic backup with ansible_role_restic_archiver >> /var/log/restic/restic_archiver.log"
|
name: "archive restic backup with ansible_role_restic_archiver"
|
||||||
job: /opt/restic-backup.sh
|
job: /opt/restic-backup.sh >> /var/log/restic/restic_archiver.log
|
||||||
cron_file: /etc/crontab
|
cron_file: /etc/crontab
|
||||||
hour: "{{ restic_archiver__hour }}"
|
hour: "{{ restic_archiver__hour }}"
|
||||||
minute: "{{ restic_archiver__minute }}"
|
minute: "{{ restic_archiver__minute }}"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
playbook_version_number: 30 # should be over ninethousand
|
playbook_version_number: 31 # should be over ninethousand
|
||||||
playbook_version_path: 'role-restic_archiver_roles-ansible_github.com.version'
|
playbook_version_path: 'role-restic_archiver_roles-ansible_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue