summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/noop.output
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-doc/noop.output')
-rw-r--r--test/integration/targets/ansible-doc/noop.output32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-doc/noop.output b/test/integration/targets/ansible-doc/noop.output
new file mode 100644
index 0000000..567150a
--- /dev/null
+++ b/test/integration/targets/ansible-doc/noop.output
@@ -0,0 +1,32 @@
+{
+ "testns.testcol.noop": {
+ "doc": {
+ "author": "Ansible core team",
+ "collection": "testns.testcol",
+ "deprecated": {
+ "alternative": "Use some other lookup",
+ "removed_from_collection": "testns.testcol",
+ "removed_in": "3.0.0",
+ "why": "Test deprecation"
+ },
+ "description": [
+ "this is a noop"
+ ],
+ "filename": "./collections/ansible_collections/testns/testcol/plugins/lookup/noop.py",
+ "lookup": "noop",
+ "options": {},
+ "short_description": "returns input",
+ "version_added": "1.0.0",
+ "version_added_collection": "testns.testcol2"
+ },
+ "examples": "\n- name: do nothing\n debug: msg=\"{{ lookup('testns.testcol.noop', [1,2,3,4] }}\"\n",
+ "metadata": null,
+ "return": {
+ "_list": {
+ "description": "input given",
+ "version_added": "1.0.0",
+ "version_added_collection": "testns.testcol"
+ }
+ }
+ }
+}