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
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.
12 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 12 years ago
inventory Merge pull request #5576 from xyrix/symlink-bug-fix 12 years ago
module_utils Check mutually_exclusive parameters before applying defaults 12 years ago
playbook Merge pull request #5771 from bcoca/play_hosts2 12 years ago
runner Refining the fix made in #5885. 12 years ago
utils Properly count newlines appearing at the end of templates after rendering 12 years ago
__init__.py Update various copyrights. Not complete, but sufficient. 12 years ago
callbacks.py Update various copyrights. Not complete, but sufficient. 12 years ago
color.py Update various copyrights. Not complete, but sufficient. 12 years ago
constants.py Bug in constants.py, ANSIBLE_SSH_PIPELINING should be coerced to boolean 12 years ago
errors.py Update various copyrights. Not complete, but sufficient. 12 years ago
module_common.py Update various copyrights. Not complete, but sufficient. 12 years ago