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: