We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd5672f + 5607345 commit 5d842e3Copy full SHA for 5d842e3
tasks/restic_delete_cron.yml
@@ -7,7 +7,7 @@
7
hour: '{{ item.schedule_hour | default("2") }}'
8
weekday: '{{ item.schedule_weekday | default("*") }}'
9
month: '{{ item.schedule_month | default("*") }}'
10
- state: present
+ state: absent
11
user: 'root'
12
cron_file: restic_backup
13
become: true
vars/main.yml
@@ -10,5 +10,5 @@ restic_os_variables:
paths:
- 'vars'
-playbook_version_number: 23 # should be int
+playbook_version_number: 24 # should be int
14
playbook_version_path: 'do1jlr.restic.version'
0 commit comments