ansible/test
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
..
cache
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration Fix loading namespaced doc_fragments from collections (#55249) 2019-05-02 21:15:57 -04:00
legacy Removed legacy Digital Ocean tasks (#51786) 2019-04-29 12:16:31 -04:00
results
runner Implement a framework for having common code for release scripts (#55893) 2019-05-01 13:57:03 -05:00
sanity Implement a framework for having common code for release scripts (#55893) 2019-05-01 13:57:03 -05:00
units Pluribus networks fabric local module with UT (#55872) 2019-05-02 18:34:29 +05:30
utils Add Hetzner Cloud to CI integration tests. 2019-04-09 15:41:50 -07:00