mirror of https://github.com/ansible/ansible.git
Fix missing delegate display (#74370)
* dont rely on vars, task already gives us info * ensure we always display delegation in host label * also added parens with ansible_host to show target host vs resolved host * delegating to self is not delegating * delegated vars restoration for backwards compat * tests need mock task with delegate_topull/74495/head
parent
26214788ee
commit
3cff54d69b
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- callbacks, restore displaying delegation to host as host label.
|
Loading…
Reference in New Issue