From 9705256b3f757e475ef4e08e36273a37e85ed2cd Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 23:05:13 -0500 Subject: [PATCH] Define bigboot_size_target ahead of time - AAP bug; try 5? --- tasks/capture_boot_device_details.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/capture_boot_device_details.yml b/tasks/capture_boot_device_details.yml index 1e274af..aa39969 100644 --- a/tasks/capture_boot_device_details.yml +++ b/tasks/capture_boot_device_details.yml @@ -2,6 +2,7 @@ - name: Set bigboot_size_target to default value ansible.builtin.set_fact: bigboot_size_target: "{{ bigboot_size }}" + no_log: false - name: Get /boot mount information ansible.builtin.set_fact: