community.general/lib/ansible/runner
Michael Scherer 9b8a55032d Do not use the variable name as a key for the result of the module
Using the variable name can interfere with various systems
used to communicate between modules and ansible ( as
reported in #7732 , where ansible_facts is a reserved key for
updating the fact cache, for example ).
2014-12-14 19:27:17 +01:00
..
action_plugins Do not use the variable name as a key for the result of the module 2014-12-14 19:27:17 +01:00
connection_plugins Fix PowerShell plugin issues affecting fetch module when used against Windows hosts. 2014-12-01 22:18:35 -05:00
filter_plugins Merge pull request #9270 from bcoca/do_the_shuffle 2014-11-20 13:43:00 -05:00
lookup_plugins fine tuned lookup/templating errors 2014-11-26 22:06:37 -05:00
shell_plugins Fix PowerShell plugin issues affecting fetch module when used against Windows hosts. 2014-12-01 22:18:35 -05:00
__init__.py Merge pull request #9720 from vlajos/typofixes-vlajos-20141204 2014-12-08 14:00:52 -08:00
connection.py fixed ssh fix, bad test case but it should work now 2014-11-06 14:56:44 -05: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