diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 18f5d02..3807fad 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -50,8 +50,8 @@ name: infra.lvm_snapshots.shrink_lv vars: shrink_lv_devices: - - device: "{{ bigboot_adjacent_lvm_device }}" - size: "{{ bigboot_lv_shrink_size | int }}" + - device: "{{ bigboot_data[inventory_hostname]['bigboot_adjacent_lvm_device'] }}" + size: "{{ bigboot_data[inventory_hostname]['bigboot_lv_shrink_size'] | int }}" when: - bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | bool