Remove end_host; fixes workflow missing variables
This commit is contained in:
parent
7abd1e74e2
commit
87a8235cc0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user