You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/runner
James Cammarata 8d847efa37 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.
11 years ago
..
action_plugins Fix issue with unarchive disabling pipelining mode 11 years ago
connection_plugins fixes password error detection for ssh connection plugin 11 years ago
filter_plugins Add function to ipaddr for getting the nth host within a network 11 years ago
lookup_plugins Merge pull request #10311 from jpmens/lookup-module-dig1 11 years ago
shell_plugins Rework the shell quoting of remote checksumming 11 years ago
__init__.py changed from hash_merge to combine vars which resets default to 11 years ago
connection.py Set delegate on connection prior to calling connect. 11 years ago
poller.py Ensure ansible_job_id exists even for not-started jobs 11 years ago
return_data.py Use correct keyword for this function. 11 years ago