ansible/lib/ansible
James Cammarata df877f2e79 Check module_path permissions when creating ssh_wrapper for git
If the module directory is not writable/executable to the current user
(most likely because of a sudo to a non-root user), the ssh_wrapper
will be created in the default location for mkstemp() calls. To facilitate
the deletion of these new files, a new mechanism for cleaning up files
created by the module was also added.

Fixes #7375
2014-05-14 21:22:22 -05:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Add pyc/pyo to ignore list for inventory directories 2014-05-07 09:59:13 -05:00
module_utils Check module_path permissions when creating ssh_wrapper for git 2014-05-14 21:22:22 -05:00
playbook Merge pull request #7388 from jimi-c/issue_7384_vars_files_include 2014-05-14 14:52:33 -05:00
runner Evaluate changed_when only if task is not skipped 2014-05-14 16:04:37 -05:00
utils Merge pull request #7388 from jimi-c/issue_7384_vars_files_include 2014-05-14 14:52:33 -05:00
__init__.py Version bump for 1.7 2014-05-05 16:37:46 -05:00
callbacks.py Fix #7057 missing False default for vars_prompt 2014-04-18 12:04:11 -07:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Adding a new system_warnings config option to supress warnings 2014-04-30 14:44:10 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Modify the way we set the localization environment 2014-05-01 10:34:53 -05:00