From 842ec2bac9379c71ac84952aa35fc85011d64720 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 17 Jul 2024 18:45:31 -0400 Subject: [PATCH] Fix to allow per-host Bigboot executions; revised again - indent fix --- bigboot_execute_resize.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 09e35de..0277709 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -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