summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/test_role1
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-doc/test_role1')
-rw-r--r--test/integration/targets/ansible-doc/test_role1/README.txt3
-rw-r--r--test/integration/targets/ansible-doc/test_role1/meta/main.yml8
2 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-doc/test_role1/README.txt b/test/integration/targets/ansible-doc/test_role1/README.txt
new file mode 100644
index 0000000..98983c8
--- /dev/null
+++ b/test/integration/targets/ansible-doc/test_role1/README.txt
@@ -0,0 +1,3 @@
+Test role that exists in the playbook directory so we can validate
+that a role of the same name that exists in the 'roles' subdirectory
+will take precedence over this one.
diff --git a/test/integration/targets/ansible-doc/test_role1/meta/main.yml b/test/integration/targets/ansible-doc/test_role1/meta/main.yml
new file mode 100644
index 0000000..4f7abcc
--- /dev/null
+++ b/test/integration/targets/ansible-doc/test_role1/meta/main.yml
@@ -0,0 +1,8 @@
+---
+dependencies:
+galaxy_info:
+
+argument_specs:
+ main:
+ short_description: test_role1 from playbook dir
+ description: This should not appear in `ansible-doc --list` output.