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
Tim Rupp 9041a0fee9 Adds a general purpose Exception class for F5 modules (#15977)
This class can be used by F5 modules for raising exceptions.
This should be used to handle known errors and raise them so
that they can be printed in the fail_json method.

The common Exception class built-in should not be used because
it hides tracebacks that are necessary to have when debugging
problems with the module.
10 years ago
..
cli Make 'required' optional in module docs (#15906) 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Add options to make includes 'static' 10 years ago
executor Fix the error handling for loop squashing to restore the name argument into the task args 10 years ago
galaxy API now connects to server lazily (#15632) 10 years ago
inventory skip non executable inventory when no shebang (#15969) 10 years ago
module_utils Adds a general purpose Exception class for F5 modules (#15977) 10 years ago
modules bump submodule refs 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Catch DistributionNotFound when pycrypto is absent (#15731) 10 years ago
playbook Save and restore the loader's basedir when loading playbooks 10 years ago
plugins now we show path from which we load module on vvv 10 years ago
template moved last utils.debug to display.debug 10 years ago
utils return friendlier error when failing to make dirs 10 years ago
vars Do not include params when getting role vars in certain situations 10 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py add centrify dzdo escalation (#15219) 10 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
test-requirements.txt Making the switch to v2 11 years ago