mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-09 21:33:31 +01:00
Update delete_legacy_cron_entry.yml
ignore_errors:true on the old version test. While the failure will not halt execution, it will color the summary output red for every host which executes the restic role even if most of them are set to use systemd Signed-off-by: Jeremy Hettenhouser <jhettenh@gmail.com>
This commit is contained in:
parent
e825ef2e29
commit
c62e2a4027
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
fail_msg: "[ERROR] Youre ansible version is above 2.12.0"
|
||||
success_msg: "Congratulations. You are using ansible version {{ ansible_version.full }}"
|
||||
delegate_to: localhost
|
||||
ignore_errors: true
|
||||
|
||||
- name: (SCHEDULE) (OLD) try to remove entries from /etc/crontab
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue