This commit is contained in:
2025-03-06 00:01:17 -05:00
parent 26638d9728
commit 25e7b03bef
9 changed files with 18 additions and 105 deletions

View File

@ -4,7 +4,7 @@
path: "{{ rear_backup_success_file_path }}/{{ rear_backup_workflow }}_rear_success"
register: rear_backup_success_file
- name: End if backup has already completed successfully
- name: End host if backup has already completed successfully
ansible.builtin.meta: end_host
when:
- rear_backup_success_file['stat']['exists'] | bool