Refinements

This commit is contained in:
2025-05-15 17:21:50 -04:00
parent 999ab17dfd
commit 16eed5fec5
3 changed files with 7 additions and 11 deletions

View File

@ -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)