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 00b4a52633 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

(cherry picked from commit 2ef8b297ff)
7 years ago
..
cli Backport/2.8/docs module changes (#56497) 7 years ago
compat Have update-bundled check for updates to all bundled code 7 years ago
config Renaming azure_rm_managed_disk for consistency (#54825) 7 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor psrp - Fix raw and script tests for connection plugin (#55357) 7 years ago
galaxy Update galaxy cli metadata file templates (#51398) 7 years ago
inventory Better test for cache method availability (#54740) 7 years ago
module_utils Fix the get property (#55745) (#55788) 7 years ago
modules docker_container: use restart() API function instead of stop/start sequence (#55894) 7 years ago
parsing Collection content loading (#52194) 7 years ago
playbook Backport/2.8/docs modules omnibus (#56316) 7 years ago
plugins Fix loading namespaced doc_fragments from collections (#55249) 7 years ago
template Extend jinja2 nested undefined support to keys/indices (#55094) 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 Update Ansible release version to v2.8.0.post0. 7 years ago