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/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
7 years ago
..
cli Fix and refix help text for CLI (#55831) 7 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 7 years ago
config Allow config boolean options to default to None (#55951) 7 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor options not optional for callbacks (#55660) 7 years ago
galaxy Update galaxy cli metadata file templates (#51398) 7 years ago
inventory preserve same order as inventory manager when using host lookup (#55331) 7 years ago
module_utils Fix non-signature authentication (#56038) 7 years ago
modules VMware: Assign vSAN License for cluster (#55916) 7 years ago
parsing Migrate command line parsing to argparse (#50610) 7 years ago
playbook unite poll defaults (#55470) 7 years ago
plugins Fix loading namespaced doc_fragments from collections (#55249) 7 years ago
template fix combine filter using undefined vars (#55840) 7 years ago
utils Fix loading namespaced doc_fragments from collections (#55249) 7 years ago
vars fixes for stripping (#52930) 7 years ago
__init__.py
constants.py Fine tune sanity (#53544) 7 years ago
context.py Become plugins (#50991) 7 years ago
release.py Cleanup the tree for post-2.8-branch 7 years ago