Refinements
This commit is contained in:
@ -106,11 +106,6 @@
|
||||
bigboot_execute_shrink_lv: false
|
||||
bigboot_expansion_diff_mb: "{{ bigboot_expansion_diff | int | human_readable(unit='M') }}"
|
||||
|
||||
- name: Debug even more sizes
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ bigboot_lv_pe_size_in_mb[:-3] | int }} <-> {{ bigboot_expansion_diff_mb[:-3] | int }}"
|
||||
|
||||
|
||||
- name: Assert if we need to shrink the logical volume to gain PE
|
||||
ansible.builtin.assert:
|
||||
that: (bigboot_lv_pe_size_in_mb[:-3] | int) >= (bigboot_expansion_diff_mb[:-3] | int)
|
||||
|
Reference in New Issue
Block a user