mirror of https://github.com/ansible/ansible.git
Fix final fact delegation (#77008)
* fix facts delegation loop overwrite partial revert of change to allow facts to be present in each loop iteration was not needed in final results as result processing alreayd had the disctiontion and ended up breaking the assumptions in the calling code. fixes #76676pull/77018/head^2
parent
56edbd2bbb
commit
c9d3518d2f
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- task_executor reverts the change to push facts into delegated vars on loop finalization as result managing code already handles this and was duplicating effort to wrong result.
|
||||||
Loading…
Reference in New Issue