mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
fix typos
This commit is contained in:
parent
fd0598667d
commit
e176aa542e
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
cron:
|
||||
name: "archive restic backup with ansible_role_restic_archiver"
|
||||
job: /opt/restic-backup.sh
|
||||
cron_file: /tec/crontab
|
||||
cron_file: /etc/crontab
|
||||
hour: "{{ restic_archiver__hour }}"
|
||||
minute: "{{ restic_archiver__minute }}"
|
||||
user: "{{ restic_archiver__user }}"
|
||||
user: "{{ restic_archiver__owner }}"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 23 # should be over ninethousand
|
||||
playbook_version_number: 24 # should be over ninethousand
|
||||
playbook_version_path: 'role-restic_archiver_roles-ansible_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue