Formatting

This commit is contained in:
2025-06-26 10:05:12 -04:00
parent 6e8726bddd
commit 971cc1bdfe
2 changed files with 3 additions and 2 deletions

View File

@ -140,7 +140,7 @@
- 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)
fail_msg: Not enough PE to expand /boot. Will need to shrink target LV.
fail_msg: Not enough PE to expand /boot.
rescue:
- name: Set flag for Shrink_LV execution