ansible/lib/ansible
Matt Martz aece0818c4
Don't cache duplicate plugin names (#34420)
* Don't cache duplicate plugin names. Fixes #33484

* Add tests for duplicate plugin filenames, to showcase what happens
2018-01-04 16:47:23 -06:00
..
cli dont warn on not matching 'all' (#32806) 2017-12-15 15:43:51 -05:00
compat
config fixes typo ansbile to ansible 2018-01-02 17:17:53 -08:00
errors Correct the AnsibleError exception to call its superclass's constructor 2017-12-21 20:42:44 -08:00
executor Inject attempts into result earlier for retry logic (#34148) 2018-01-04 11:45:34 -05: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 K8s lookup plugin (#34025) 2018-01-04 15:24:31 -05:00
modules win_mapped_drive: add extra note around win_mapped_drive (#34478) 2018-01-05 08:00:09 +10:00
parsing Remove shell module specialcases 2017-12-21 20:42:44 -08:00
playbook removed unused objects from include results proc 2018-01-04 11:20:56 -05:00
plugins Don't cache duplicate plugin names (#34420) 2018-01-04 16:47:23 -06: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 K8s scale module (#33983) 2018-01-04 12:07:53 -05:00
vars fix item var in delegation (#32986) 2017-11-20 09:29:55 -05:00
__init__.py
constants.py
release.py