diff --git a/bigboot_setup_environment.yml b/bigboot_setup_environment.yml index 2189a88..90bcbe2 100644 --- a/bigboot_setup_environment.yml +++ b/bigboot_setup_environment.yml @@ -51,7 +51,7 @@ - name: Perform a ReaR backup if any disk modifications are to be made ansible.builtin.import_playbook: rhc.rear.rear_backup when: - - (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool) + - bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool - not bigboot_rear_backup_skip | default(false) | bool ...