summaryrefslogtreecommitdiffstats
path: root/examples/galaxy_no_required_tags/pass/galaxy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/galaxy_no_required_tags/pass/galaxy.yml')
-rw-r--r--examples/galaxy_no_required_tags/pass/galaxy.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/galaxy_no_required_tags/pass/galaxy.yml b/examples/galaxy_no_required_tags/pass/galaxy.yml
new file mode 100644
index 0000000..0f62481
--- /dev/null
+++ b/examples/galaxy_no_required_tags/pass/galaxy.yml
@@ -0,0 +1,12 @@
+---
+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
+tags: [networking, test_tag]