ansible/lib/ansible
flowerysong 2ef8b297ff Fix loading namespaced doc_fragments from collections (#55249)
* Fix loading namespaced doc_fragments

The syntax for specifying a different fragment name was already
using '.' as a separator, so the code needed to be tweaked to
avoid choking on names like `testns.testcoll.fragname` and
`testns.testcoll.fragname.altvar`.

`get_plugin_class()` returns 'docfragment' for the fragment loader;
mangling `subdir` provides consistent alignment with the normal plugin
directory names and avoids needing special handling of plugin types
with 'module' in the name.

* Add changelog entry
2019-05-02 21:15:57 -04:00
..
cli Fix and refix help text for CLI (#55831) 2019-04-30 11:16:26 -04:00
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 2019-04-23 11:52:24 -05:00
config Allow config boolean options to default to None (#55951) 2019-05-02 12:09:14 -07:00
errors
executor options not optional for callbacks (#55660) 2019-04-25 22:22:06 -04:00
galaxy
inventory preserve same order as inventory manager when using host lookup (#55331) 2019-04-18 15:54:03 -04:00
module_utils Fix non-signature authentication (#56038) 2019-05-03 01:47:29 +02:00
modules VMware: Assign vSAN License for cluster (#55916) 2019-05-02 21:39:25 +05:30
parsing Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
playbook unite poll defaults (#55470) 2019-05-01 13:47:50 -05:00
plugins Fix loading namespaced doc_fragments from collections (#55249) 2019-05-02 21:15:57 -04:00
template fix combine filter using undefined vars (#55840) 2019-04-30 11:10:19 -04:00
utils Fix loading namespaced doc_fragments from collections (#55249) 2019-05-02 21:15:57 -04:00
vars fixes for stripping (#52930) 2019-03-12 18:18:38 -04:00
__init__.py
constants.py Fine tune sanity (#53544) 2019-03-11 15:12:14 -04:00
context.py
release.py Cleanup the tree for post-2.8-branch 2019-04-12 12:57:35 -07:00