mirror of https://github.com/ansible/ansible.git
Ensure implicit flush_handlers have a parent block (#84709)
* Ensure implicit flush_handlers have a parent block To avoid getting tracebacks when calling methods like ``get_play()`` on them. * task needs to be copied * copy only when necessarypull/84618/merge
parent
55e9e21ded
commit
7a091bf486
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "Implicit ``meta: flush_handlers`` tasks now have a parent block to prevent potential tracebacks when calling methods like ``get_play()`` on them internally."
|
||||
Loading…
Reference in New Issue