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
|
- 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:
|
vars:
|
||||||
bigboot_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user