From bca1a3af41f4b1347dcf5e49c48fb09d503ef9c7 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 22:52:36 -0500 Subject: [PATCH] Defined bigboot_size_target ahead of time - AAP bug? --- group_vars/all | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/group_vars/all b/group_vars/all index 711adaf..0258644 100644 --- a/group_vars/all +++ b/group_vars/all @@ -3,9 +3,6 @@ # not defined bigboot_size: 1G -# We use padding just to ensure there's -# available space to expand /boot to. -# -# By default the value is 1.05, or 5% -# greater than bigboot_size -bigboot_shrink_padding: 1.05 +# Set initial size target +# (AAP bug?) +bigboot_size_target: "{{ bigboot_size }}"