diff --git a/bigboot_setup_environment.yml b/bigboot_setup_environment.yml index 919927b..6d9fb55 100644 --- a/bigboot_setup_environment.yml +++ b/bigboot_setup_environment.yml @@ -51,8 +51,7 @@ - name: Execute ReaR backup ansible.builtin.include_tasks: bigboot_rear_backup.yml when: - - (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | bool - or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool) + - (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool) - not bigboot_rear_backup_skip | default(false) | bool