ansible/library/source_control
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
..
bzr Some more run_command updates. 2014-03-12 17:04:34 -04:00
git Check module_path permissions when creating ssh_wrapper for git 2014-05-14 21:22:22 -05:00
github_hooks Remove validate_certs parameter from fetch_url calls 2014-03-12 10:31:01 -05:00
hg Fix a bug in "hg" module so that pull is not set to a version. 2014-01-23 15:56:36 +11:00
subversion Fix incorrect version_added value in docstring for subversion export param 2014-04-08 10:26:12 -05:00