Fix to allow per-host Bigboot executions; revised again - indent fix

This commit is contained in:
Chris Hammer 2024-07-17 18:45:31 -04:00
parent 9567293eb8
commit 842ec2bac9

View File

@ -58,8 +58,8 @@
- name: Expand the /boot partition as requested
ansible.builtin.import_role:
name: infra.lvm_snapshots.bigboot
vars:
bigboot_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
vars:
bigboot_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool