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 dfef3cc + 6bed15c commit 9cfe610Copy full SHA for 9cfe610
tasks/schedule.yml
@@ -15,7 +15,7 @@
15
16
- name: (SCHEDULE) delete old cron entry from previous versions of this role
17
ansible.builtin.include_tasks: delete_legacy_cron_entry.yml
18
- when: restic_do_not_cleanup_cron | bool
+ when: not restic_do_not_cleanup_cron | bool
19
20
- name: (SCHEDULE) install restic via cronjob
21
ansible.builtin.include_tasks: restic_create_cron.yml
@@ -30,3 +30,4 @@
30
- ansible_service_mgr == 'systemd'
31
- not restic_force_cron | default(false)
32
- restic_schedule_type != "cronjob"
33
+ - not restic_do_not_cleanup_cron | bool
0 commit comments