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

fix typos

This commit is contained in:
L3D 2020-12-14 11:36:08 +01:00 committed by Lilian Roller
parent fd0598667d
commit e176aa542e
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}"

View file

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