more fix: dont select swap when capturing the adjacent lv

This commit is contained in:
2024-03-27 10:28:04 -04:00
parent 251eab2918
commit 6d19ec0fa6
3 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
- name: Expand the logical volume to support /boot expansion
ansible.builtin.debug:
msg:
- "device: {{ bigboot_adjacent_lvm_device | trim }}"
- "device: {{ bigboot_adjacent_lvm_device }}"
- "size : {{ bigboot_lv_shrink_size | int }}"
when:
- bigboot_execute_shrink_lv | bool