summaryrefslogtreecommitdiffstats
path: root/examples/galaxy_no_required_tags/fail/galaxy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/galaxy_no_required_tags/fail/galaxy.yml')
-rw-r--r--examples/galaxy_no_required_tags/fail/galaxy.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/galaxy_no_required_tags/fail/galaxy.yml b/examples/galaxy_no_required_tags/fail/galaxy.yml
new file mode 100644
index 0000000..48ee587
--- /dev/null
+++ b/examples/galaxy_no_required_tags/fail/galaxy.yml
@@ -0,0 +1,11 @@
+---
+namespace: bar
+name: foo
+version: 1.0.0 # <-- that version is not valid, should be 1.0.0 or greater
+authors:
+ - John
+readme: ../README.md
+description: "..."
+license:
+ - Apache-2.0
+repository: https://github.com/ansible-collections/community.REPO_NAME