Fix to allow per-host Bigboot executions; revised again

This commit is contained in:
Chris Hammer 2024-07-17 18:40:35 -04:00
parent d26ca163a6
commit 9567293eb8

View File

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