community.general/lib/ansible/runner
James Cammarata eb850bf81a Fix issue with unarchive disabling pipelining mode
Was using persist_files=True when specifying the create paramater,
which breaks pipelining. Switched to use delete_remote_tmp=False instead,
which is the proper way to preserve the remove tmp dir when running
other modules from the action plugin.
2015-03-12 10:22:06 -05:00
..
action_plugins Fix issue with unarchive disabling pipelining mode 2015-03-12 10:22:06 -05:00
connection_plugins fixes password error detection for ssh connection plugin 2015-03-11 16:11:27 -04:00
filter_plugins Add function to ipaddr for getting the nth host within a network 2015-02-23 13:42:03 -08:00
lookup_plugins Merge pull request #10311 from jpmens/lookup-module-dig1 2015-02-27 09:33:26 -05:00
shell_plugins Rework the shell quoting of remote checksumming 2015-03-02 15:42:18 -08:00
__init__.py Merge pull request #10329 from bcoca/var_merge_combined 2015-03-12 10:58:12 -04:00
connection.py Set delegate on connection prior to calling connect. 2014-11-23 21:49:33 -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