Files
community.general/lib/ansible/plugins
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
..
2019-03-27 14:44:04 +01:00
2019-04-04 10:46:27 +05:30
2019-03-26 18:10:45 +05:30
2019-02-03 15:10:16 -05:00
2019-03-04 15:30:18 -05:00