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
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
11 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 11 years ago
inventory Add pyc/pyo to ignore list for inventory directories 11 years ago
module_utils Check module_path permissions when creating ssh_wrapper for git 11 years ago
playbook Merge pull request #7388 from jimi-c/issue_7384_vars_files_include 11 years ago
runner Evaluate changed_when only if task is not skipped 11 years ago
utils Merge pull request #7388 from jimi-c/issue_7384_vars_files_include 11 years ago
__init__.py Version bump for 1.7 11 years ago
callbacks.py Fix #7057 missing False default for vars_prompt 11 years ago
color.py Merge commit. 11 years ago
constants.py Adding a new system_warnings config option to supress warnings 11 years ago
errors.py Update various copyrights. Not complete, but sufficient. 11 years ago
module_common.py Modify the way we set the localization environment 11 years ago