summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/roles/maximum/meta/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/roles/maximum/meta/main.yml')
-rw-r--r--test/schemas/test/roles/maximum/meta/main.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/schemas/test/roles/maximum/meta/main.yml b/test/schemas/test/roles/maximum/meta/main.yml
new file mode 100644
index 0000000..10c57b1
--- /dev/null
+++ b/test/schemas/test/roles/maximum/meta/main.yml
@@ -0,0 +1,20 @@
+allow_duplicates: true
+galaxy_info:
+ author: John Doe
+ standalone: true # v1 role meta (standalone)
+ description: maximum
+ min_ansible_version: "2.9"
+ company: foo
+ license: MIT
+ galaxy_tags: # ensure galaxy_tags is allowed
+ - database
+ platforms:
+ - name: Alpine
+ versions:
+ - all
+dependencies:
+ - role: foo
+ vars: {}
+ when:
+ - foo
+ - bar