diff --git a/bigboot_rear_backup.yml b/bigboot_rear_backup.yml index f361842..fa036a2 100644 --- a/bigboot_rear_backup.yml +++ b/bigboot_rear_backup.yml @@ -24,12 +24,11 @@ when: - bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool - not rear_backup_skip | default(false) | bool - - not rear_backup_success['stat']['exists'] | bool + - not bigboot_backup_success['stat']['exists'] | bool block: - name: Perform ReaR backup # noqa var-naming ansible.builtin.include_role: name: rhc.rear.rear_backup - no_log: false vars: rear_nfs_export_share: "{{ bigboot_nfs_backup_share }}" rear_nfs_export_fsid: "{{ bigboot_nfs_backup_share_fsid }}"