diff --git a/tasks/main.yml b/tasks/main.yml index 7812209..9e4364b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}" diff --git a/vars/main.yml b/vars/main.yml index 4da99f7..ace51d3 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -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'