mirror of https://github.com/ansible/ansible.git
adhoc, ansible-console - fix traceback for meta end_play tasks (#86294)
Ensure all entrypoints using TaskQueueManager catch AnsibleEndPlaypull/86345/head
parent
17fb4af38d
commit
f924902830
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
``ansible``, ``ansible-console`` - fix executing ``- meta: end_play`` tasks.
|
||||
@ -0,0 +1 @@
|
||||
- meta: end_play
|
||||
@ -0,0 +1 @@
|
||||
- meta: end_play
|
||||
Loading…
Reference in New Issue