Restore shrink size to defined value

This commit is contained in:
Chris Hammer 2025-06-05 10:47:20 -04:00
parent 78902c1371
commit 23c7547f32

View File

@ -20,7 +20,7 @@
vars:
shrink_lv_devices:
- device: "{{ bigboot_data[inventory_hostname]['bigboot_adjacent_lvm_device'] }}"
size: "{{ bigboot_data[inventory_hostname]['bigboot_lv_shrink_size'] | int - 4194304 }}"
size: "{{ bigboot_data[inventory_hostname]['bigboot_lv_shrink_size'] | int }}"
when:
- bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | default(false) | bool