From 10e9d7114391d8764000e249fa749bc245cea82b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 23:03:47 -0500 Subject: [PATCH] Define bigboot_size_target ahead of time - AAP bug; try 4? --- tasks/capture_boot_device_details.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/capture_boot_device_details.yml b/tasks/capture_boot_device_details.yml index 57d8b28..1e274af 100644 --- a/tasks/capture_boot_device_details.yml +++ b/tasks/capture_boot_device_details.yml @@ -1,4 +1,8 @@ --- +- name: Set bigboot_size_target to default value + ansible.builtin.set_fact: + bigboot_size_target: "{{ bigboot_size }}" + - name: Get /boot mount information ansible.builtin.set_fact: bigboot_boot_mount: "{{ ansible_facts.mounts \