1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-22 17:28:50 +00:00
community.general/lib
James Cammarata c3612e08f9 Move delegate_to out of runner module_vars to prevent bleeding across runs
Previously, the delegate_to value was stored in the module_vars of runner,
which could lead to bleeding that value across runs and incorrect hosts
being delegated to. This patch moves the value to a local variable in
the Runner class with some related refactoring of _compute_delegate() in
Runner (since the value is no longer required to be a parameter).

Fixes #8705
2014-09-17 14:24:31 -05:00
..
ansible Move delegate_to out of runner module_vars to prevent bleeding across runs 2014-09-17 14:24:31 -05:00