Use bigboot_size_target instead of the calculated size diff
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
ansible.builtin.import_role:
|
||||
name: infra.lvm_snapshots.bigboot
|
||||
vars:
|
||||
bigboot_partition_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
|
||||
bigboot_partition_size: "{{ bigboot_size_target }}"
|
||||
when:
|
||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool
|
||||
|
||||
|
Reference in New Issue
Block a user