From 0b115970386feb80a092d8951cad3eced65b705e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 31 Jul 2024 10:03:36 -0400 Subject: [PATCH] Logic prune --- bigboot_execute_resize.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 72aaf36..13daff3 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -11,8 +11,7 @@ tasks: - name: Perform service and filesystem checks prior to Bigboot execution when: - - (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | default(false) | bool - or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool) + - bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool block: - name: Enable Grub filesystem check ansible.builtin.import_role: