From 788553a9b6b74a048d5a7175ff00aeb6bcffa57c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 20 Jul 2024 00:20:50 -0400 Subject: [PATCH] fixes --- bigboot_setup_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...