15355ed059
* ansible-doc: include collection name in text output (#70401) * ansible-doc: include collection name in text output * Be more careful to not accidentally pass ansible.builtin for user-supplied modules. (cherry picked from commitf4c89eab23
) * plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) * Determine collection in plugin loader. * Fix test. * Use PluginPathContext objects in PluginLoader._plugin_path_cache instead of tuples. (cherry picked from commit24dcaf8974
)
15 lines
286 B
Text
15 lines
286 B
Text
> TESTNS.TESTCOL.FAKEMODULE (./collections/ansible_collections/testns/testcol/plugins/modules/fakemodule.py)
|
|
|
|
this is a fake module
|
|
|
|
OPTIONS (= is mandatory):
|
|
|
|
- _notreal
|
|
really not a real option
|
|
[Default: (null)]
|
|
|
|
|
|
AUTHOR: me
|
|
|
|
SHORT_DESCIPTOIN: fake module
|
|
|