From 87a8235cc006371d18e4aeb006c1ca81f288f71d Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 27 May 2025 15:06:42 -0400 Subject: [PATCH] Remove end_host; fixes workflow missing variables --- tasks/capture_boot_device_details.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/capture_boot_device_details.yml b/tasks/capture_boot_device_details.yml index 7f4c71d..055d5b2 100644 --- a/tasks/capture_boot_device_details.yml +++ b/tasks/capture_boot_device_details.yml @@ -34,7 +34,7 @@ success_msg: The /boot partition is already at the desired size rescue: - - name: "Check if boot is already at or above {{ bigboot_size_min }}" + - name: "Check if /boot is already at or above {{ bigboot_size_min }}" block: - name: "Assert that /boot is already at or above {{ bigboot_size_min }}" ansible.builtin.assert: @@ -46,9 +46,6 @@ /boot partition size is less than {{ bigboot_size_min }}. Expansion of /boot is required. - - name: End play for host - ansible.builtin.meta: end_host - rescue: - name: Set flag for Bigboot execution ansible.builtin.set_fact: