summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/noop_vars_plugin.output
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-doc/noop_vars_plugin.output')
-rw-r--r--test/integration/targets/ansible-doc/noop_vars_plugin.output42
1 files changed, 42 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-doc/noop_vars_plugin.output b/test/integration/targets/ansible-doc/noop_vars_plugin.output
new file mode 100644
index 0000000..5c42af3
--- /dev/null
+++ b/test/integration/targets/ansible-doc/noop_vars_plugin.output
@@ -0,0 +1,42 @@
+{
+ "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
+ }
+}