From 8a754e0858d922e955e71b253c139e071ecec432 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:04:21 +0200 Subject: Adding upstream version 2.14.3. Signed-off-by: Daniel Baumann --- test/integration/targets/ansible-doc/fakemodule.output | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/integration/targets/ansible-doc/fakemodule.output (limited to 'test/integration/targets/ansible-doc/fakemodule.output') diff --git a/test/integration/targets/ansible-doc/fakemodule.output b/test/integration/targets/ansible-doc/fakemodule.output new file mode 100644 index 0000000..4fb0776 --- /dev/null +++ b/test/integration/targets/ansible-doc/fakemodule.output @@ -0,0 +1,16 @@ +> TESTNS.TESTCOL.FAKEMODULE (./collections/ansible_collections/testns/testcol/plugins/modules/fakemodule.py) + + this is a fake module + +ADDED IN: version 1.0.0 of testns.testcol + +OPTIONS (= is mandatory): + +- _notreal + really not a real option + default: null + + +AUTHOR: me + +SHORT_DESCIPTION: fake module -- cgit v1.2.3