add some exceptions; remove some exceptions
This commit is contained in:
@ -77,4 +77,7 @@
|
||||
- name: Set flag for Shrink_LV execution
|
||||
ansible.builtin.set_fact:
|
||||
bigboot_execute_shrink_lv: true
|
||||
when:
|
||||
- bigboot_execute_bigboot | bool
|
||||
- (bigboot_lv_pe_size_in_mb[:-3] | int | round) | int < bigboot_size[:-1] | int
|
||||
|
||||
|
Reference in New Issue
Block a user