mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-19 07:53:11 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _build_helpers.py | ||
| cmd_functions.py | ||
| collection_loader.py | ||
| color.py | ||
| context_objects.py | ||
| display.py | ||
| encrypt.py | ||
| hashing.py | ||
| helpers.py | ||
| jsonrpc.py | ||
| listify.py | ||
| path.py | ||
| plugin_docs.py | ||
| py3compat.py | ||
| sentinel.py | ||
| shlex.py | ||
| singleton.py | ||
| ssh_functions.py | ||
| unicode.py | ||
| unsafe_proxy.py | ||
| vars.py | ||