ansible/lib/ansible
Will Thames 04df2312e7 Provide AnsibleAWSModule with _name attribute (#34564)
_name attribute is used when providing generic error messages
(such as connection problems). As AnsibleAWSModule does not inherit
things from AnsibleModule by default, need to provide it.
2018-01-11 14:11:28 +10:00
..
cli Ensure alternatives are displayed in deprecation warnings 2018-01-09 21:21:53 -05:00
compat
config Change cow path selection variable from COWPATH to COW_PATH (#34063) 2018-01-10 15:54:47 -05:00
errors Correct the AnsibleError exception to call its superclass's constructor 2017-12-21 20:42:44 -08:00
executor Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
galaxy Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807) 2017-12-13 11:35:05 +01:00
inventory dont warn on not matching 'all' (#32806) 2017-12-15 15:43:51 -05:00
module_utils Provide AnsibleAWSModule with _name attribute (#34564) 2018-01-11 14:11:28 +10:00
modules vmware_guest: fix dvs idempotency issue (#34208) 2018-01-10 17:57:08 -05:00
parsing Misc. typo is display log (#34388) 2018-01-05 07:44:28 +05:30
playbook Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
plugins Adds kubectl and oc connection plugins (#26668) 2018-01-10 22:51:45 -05:00
template [template/vars] Use to_native(exception) as a fallback for Python 3 which doesn't have a .message attribute (#34044) 2017-12-19 17:34:46 -05:00
utils Change cow path selection variable from COWPATH to COW_PATH (#34063) 2018-01-10 15:54:47 -05:00
vars
__init__.py
constants.py
release.py