community.general/lib/ansible/runner
Richard C Isaacson 786e3d2fd2 Refining the fix made in #5885.
It turns out that some of the assumptions in #5885 were slightly off. The previous fix relied on a call to the module to creat a tmp_path. This is insufficent as there are few cases that we need to have the tmp directory before we make the module call. If we don't have a tmp_path before we do a recursive call or when we find a file that does not match the remote md5 hash we need to create a tmp directory. Also we are not more percise when we will need to clean up the remote tmp_path.
2014-02-08 02:25:42 -06:00
..
action_plugins Refining the fix made in #5885. 2014-02-08 02:25:42 -06:00
connection_plugins Fix slow ssh 2014-02-05 09:45:03 +01:00
filter_plugins Fixing traceback caused by incorrect argument passing to json.dumps 2014-01-27 11:28:07 -06:00
lookup_plugins reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
__init__.py Revert "Revert "Revert "This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks""" 2014-02-07 20:38:20 -05:00
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 2013-04-05 14:50:15 -04:00
poller.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
return_data.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00