More logic fixes

This commit is contained in:
2025-02-27 21:32:49 -05:00
parent a0054be5e6
commit 94d53287d0

View File

@ -22,7 +22,7 @@
ansible.builtin.meta: end_host ansible.builtin.meta: end_host
when: when:
- bigboot_backup_success['stat']['exists'] | bool - bigboot_backup_success['stat']['exists'] | bool
- not rear_backup_skip | default(false) | bool - not rear_force_backup | default(false) | bool
- name: Perform ReaR Backup and write success log - name: Perform ReaR Backup and write success log
when: when: