This commit is contained in:
2025-06-03 10:15:28 -04:00
parent 68140fc346
commit 8b1e65188c
2 changed files with 8 additions and 5 deletions

View File

@ -59,6 +59,13 @@
bigboot_lv_shrink_size: "{{ bigboot_lv_info['size_total'] - bigboot_expansion_diff | int }}"
bigboot_size_target_fallback: "{{ bigboot_size_target_fallback | int | human_readable(unit='G') | regex_replace('\\sGB', 'G') }}"
- name: Debug bigboot_lv_shrink_size and bigboot_size_target_fallback
ansible.builtin.debug:
msg: "{{ bigboot_lv_shrink_size | int | human_readable(unit='G') }} <-> {{ bigboot_size_target_fallback }}"
- name: Kill the play
ansible.builtin.meta: end_host
- name: Capture logical volume name
ansible.builtin.shell:
cmd: |