community.general/lib/ansible/runner
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
..
action_plugins Adding "follow" param for file/copy options 2014-09-16 12:05:55 -05:00
connection_plugins Make ssh debug easier to read and paste 2014-09-03 21:04:14 +02:00
filter_plugins Undo changes to filter module 2014-08-27 10:04:47 -05:00
lookup_plugins Make sure password files from lookups are created with restrictive permissions 2014-08-19 11:30:04 -05:00
shell_plugins Replace Get-FileHash with MD5 code that works on PowerShell 3. 2014-08-28 01:42:22 -04:00
__init__.py Move delegate_to out of runner module_vars to prevent bleeding across runs 2014-09-17 14:24:31 -05:00
connection.py Error if private_key_file is group/world readable 2014-07-02 13:44:53 -07:00
poller.py Ensure ansible_job_id exists even for not-started jobs 2014-09-01 16:31:37 -07:00
return_data.py Use correct keyword for this function. 2014-09-11 12:32:51 -04:00