You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/collections
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
5 years ago
..
collection_root_sys/ansible_collections/testns
collection_root_user/ansible_collections/testns/testcoll Fix loading namespaced doc_fragments from collections (#55249) 5 years ago
collections/ansible_collections/testns/content_adj/plugins
library
roles/testrole/tasks
a.statichost.yml
aliases module_utils fixes in collections (#55118) 6 years ago
includeme.yml module_utils fixes in collections (#55118) 6 years ago
posix.yml module_utils fixes in collections (#55118) 6 years ago
pythoncheck.yml
runme.sh Fix loading namespaced doc_fragments from collections (#55249) 5 years ago
windows.yml module_utils fixes in collections (#55118) 6 years ago