Remove end_host; fixes workflow missing variables

This commit is contained in:
Chris Hammer 2025-05-27 15:06:42 -04:00
parent 7abd1e74e2
commit 87a8235cc0

View File

@ -34,7 +34,7 @@
success_msg: The /boot partition is already at the desired size success_msg: The /boot partition is already at the desired size
rescue: 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: block:
- name: "Assert that /boot is already at or above {{ bigboot_size_min }}" - name: "Assert that /boot is already at or above {{ bigboot_size_min }}"
ansible.builtin.assert: ansible.builtin.assert:
@ -46,9 +46,6 @@
/boot partition size is less than {{ bigboot_size_min }}. /boot partition size is less than {{ bigboot_size_min }}.
Expansion of /boot is required. Expansion of /boot is required.
- name: End play for host
ansible.builtin.meta: end_host
rescue: rescue:
- name: Set flag for Bigboot execution - name: Set flag for Bigboot execution
ansible.builtin.set_fact: ansible.builtin.set_fact: