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: