mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-22 01:08:54 +00:00
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 |
||
|---|---|---|
| .. | ||
| cache | ||
| callback_plugins | ||
| inventory | ||
| module_utils | ||
| playbook | ||
| runner | ||
| utils | ||
| __init__.py | ||
| callbacks.py | ||
| color.py | ||
| constants.py | ||
| errors.py | ||
| module_common.py | ||