Fix variable references

This commit is contained in:
2024-08-20 14:36:56 -04:00
parent d41609c832
commit 3b8624fea8
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
ansible.builtin.import_role:
name: infra.lvm_snapshots.bigboot
vars:
bigboot_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
bigboot_partition_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool