Fix to allow per-host Bigboot executions; revised again - indent fix
This commit is contained in:
parent
9567293eb8
commit
842ec2bac9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user