From 38d129dee3a2756b0e45cbf8e1102cb15bc1dd2f Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 22:55:32 -0500 Subject: [PATCH] Defined bigboot_size_target ahead of time - AAP bug; try 3? --- bigboot-v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigboot-v3.yml b/bigboot-v3.yml index 09e32f5..f3cf9e1 100644 --- a/bigboot-v3.yml +++ b/bigboot-v3.yml @@ -5,7 +5,7 @@ gather_facts: true vars: - bigboot_target_size: "{{ bigboot_size }}" + bigboot_size_target: "{{ bigboot_size }}" tasks: - name: Capture boot device details