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
Patrick Gerken 38d6956c1f Properly catch import errors in apt
When one accidentally tries to run this module as a user, he gets the error message that python-apt must be installed, no matter what. Because importing apt will trigger an exception as a regular user. Explicitly catching the ImportError will let the exception bubble. The exception clearly says Permission denied somewhere, and the user has a better idea, what he must fix.
11 years ago
..
cloud Documentation updates 11 years ago
commands Force command action to not be executed by the shell unless specifically enabled 11 years ago
database Merge pull request #6461 from risaacson/modules_make_run_command_safer 11 years ago
files now stat skips md5 if file isn't readable 11 years ago
internal ansible -> ansibleworks 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Typo in rabbitmq_plugin docs 11 years ago
monitoring Fixup shell handling in monit module. 11 years ago
net_infrastructure Fix regression in dnsmadeeasy module caused by fetch_url change 11 years ago
network Remove validate_certs parameter from fetch_url calls 11 years ago
notification Adding validate_certs to all modules that use fetch_url 11 years ago
packaging Properly catch import errors in apt 11 years ago
source_control Fix documentation for accept_hostkey 11 years ago
system More shell updates 11 years ago
utilities Create the tempdir in the accelerate module if it doesn't exist 11 years ago
web_infrastructure Bulk update of choices=BOOLEANS to type='bool' 11 years ago