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/source_control
James Cammarata 31250905e9 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
..
bzr Some more run_command updates. 11 years ago
git Check module_path permissions when creating ssh_wrapper for git 11 years ago
github_hooks Remove validate_certs parameter from fetch_url calls 11 years ago
hg Fix a bug in "hg" module so that `pull` is not set to a version. 11 years ago
subversion Fix incorrect version_added value in docstring for subversion export param 11 years ago