Logic prune

This commit is contained in:
Chris Hammer 2024-07-31 10:03:36 -04:00
parent 4ca8d421e2
commit 0b11597038

View File

@ -11,8 +11,7 @@
tasks: tasks:
- name: Perform service and filesystem checks prior to Bigboot execution - name: Perform service and filesystem checks prior to Bigboot execution
when: when:
- (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | default(false) | bool - bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool)
block: block:
- name: Enable Grub filesystem check - name: Enable Grub filesystem check
ansible.builtin.import_role: ansible.builtin.import_role: