Logic prune
This commit is contained in:
parent
4ca8d421e2
commit
0b11597038
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user