ansible/test/integration/targets/ansible-doc/fakecollrole.output
David Shrewsbury 570aed0913
ansible-doc role arg spec support (#72120)
* Support listing roles in text and JSON

* Change tests for unfrack'd playbook_dir var

These tests were using '/tmp' for testing the setting of the playbook_dir
var. Now that we unfrack that var, MacOS will change this to '/private/tmp'
causing the tests to fail. We can choose a path that does not exist (since
unfrack does not validate existence) so that we can guarantee unfracking
will not change the value.
2020-11-17 12:58:19 -05:00

16 lines
424 B
Text

> TESTNS.TESTCOL.TESTROLE (/ansible/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol)
ENTRY POINT: alternate - testns.testcol.testrole short description for alternate entry point
Longer description for testns.testcol.testrole alternate entry
point.
OPTIONS (= is mandatory):
= altopt1
altopt1 description
type: int
AUTHOR: Ansible Core (@ansible)