Use bigboot_size_target instead of the calculated size diff

This commit is contained in:
2024-08-20 17:38:13 -04:00
parent 7ad8d715af
commit 7b447e0fd2
2 changed files with 28 additions and 1 deletions

View File

@ -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