1
0
Fork 0
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:
Lilian Roller 2020-12-17 14:13:50 +01:00
parent 714e1f3ada
commit eb9840866d
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@
- name: setup cronjob for restic with logging
become: true
cron:
name: "archive restic backup with ansible_role_restic_archiver >> /var/log/restic/restic_archiver.log"
job: /opt/restic-backup.sh
name: "archive restic backup with ansible_role_restic_archiver"
job: /opt/restic-backup.sh >> /var/log/restic/restic_archiver.log
cron_file: /etc/crontab
hour: "{{ restic_archiver__hour }}"
minute: "{{ restic_archiver__minute }}"

View file

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