summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml')
-rw-r--r--test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml b/test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml
new file mode 100644
index 0000000..3cb0a87
--- /dev/null
+++ b/test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml
@@ -0,0 +1,8 @@
+argument_specs:
+ main:
+ short_description: "The foo.bar.blah role"
+ options:
+ blah_str:
+ type: "str"
+ required: true
+ description: "A string value"