Make it actually fail like its supposed to

This commit is contained in:
Chris Hammer 2025-02-22 17:49:06 -05:00
parent 6e37696d11
commit 3c15ef2aca

View File

@ -42,6 +42,6 @@
msg: "ReaR backup has completed successfully."
rescue:
- name: ReaR backup failed
ansible.builtin.debug:
ansible.builtin.fail:
msg: "ReaR backup has failed. Please review the logs for any errors, and try again."