ansible/test/integration/targets/ansible-doc/noop_vars_plugin.output
Felix Fontein a1ece49006
Add integration tests for add_collection_to_versions_and_dates(), and extend ansible-doc tests (#73601)
* Add add_collection_to_versions_and_dates integration tests.

* Add doc fragment tests with fragments from other collections.

* Remove trailing whitespace (Python 2's json.dump inserts some).

* Use ' ' instead of '\s'.
2021-03-24 05:30:57 +10:00

42 lines
1.4 KiB
Text

{
"testns.testcol.noop_vars_plugin": {
"doc": {
"collection": "testns.testcol",
"deprecated": {
"alternative": "Use some other module",
"removed_from_collection": "testns.testcol2",
"removed_in": "3.0.0",
"why": "Test deprecation"
},
"description": "don't test loading host and group vars from a collection",
"filename": "./collections/ansible_collections/testns/testcol/plugins/vars/noop_vars_plugin.py",
"options": {
"stage": {
"choices": [
"all",
"inventory",
"task"
],
"default": "all",
"env": [
{
"name": "ANSIBLE_VARS_PLUGIN_STAGE"
}
],
"ini": [
{
"key": "stage",
"section": "testns.testcol.noop_vars_plugin"
}
],
"type": "str"
}
},
"short_description": "Do NOT load host and group vars",
"vars": "noop_vars_plugin"
},
"examples": null,
"metadata": null,
"return": null
}
}