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/library
James Cammarata d6214c5d56 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
12 years ago
..
cloud During vsphere config check attempt cast before marking values missing 12 years ago
commands Clarify free_form isn't a real option :) 12 years ago
database re-add idempotency check 12 years ago
files Refuse to convert a non-empty directory into a link with the file module 12 years ago
internal Make async jid's unique per host 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Fix version_added for node in rabbitmq modules 12 years ago
monitoring Fix version_added for url in airbrake_deployment module 12 years ago
net_infrastructure Adding an options sections to the docstring in the lldp module 12 years ago
network Add parameters to get_url for the url username/password 12 years ago
notification Fixing a documentation error in the new stackdriver module 12 years ago
packaging Make sure distro variable is set if python-apt is installed 12 years ago
source_control Check module_path permissions when creating ssh_wrapper for git 12 years ago
system Do not fail if we try to generate a ssh key for a user without being root 12 years ago
utilities Close fds when running commands from the accelerate daemon 12 years ago
web_infrastructure made enabled/disabled checks of apache2_module workable 12 years ago