mirror of https://github.com/ansible/ansible.git
parent
6c0f4c8a2d
commit
571e2a9551
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "``end_host`` - fix incorrect return code when executing ``end_host`` in the ``rescue`` section (https://github.com/ansible/ansible/issues/83447)"
|
||||
@ -0,0 +1,7 @@
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- block:
|
||||
- fail:
|
||||
rescue:
|
||||
- meta: end_host
|
||||
Loading…
Reference in New Issue