summaryrefslogtreecommitdiffstats
path: root/examples/galaxy_no_required_tags
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:49 +0000
commit2fe34b6444502079dc0b84365ce82dbc92de308e (patch)
tree8fedcab52bbbc3db6c5aa909a88a7a7b81685018 /examples/galaxy_no_required_tags
parentInitial commit. (diff)
downloadansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.tar.xz
ansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.zip
Adding upstream version 6.17.2.upstream/6.17.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/galaxy_no_required_tags')
-rw-r--r--examples/galaxy_no_required_tags/fail/changelogs/changelog.yaml2
-rw-r--r--examples/galaxy_no_required_tags/fail/galaxy.yml11
-rw-r--r--examples/galaxy_no_required_tags/fail/meta/runtime.yml0
-rw-r--r--examples/galaxy_no_required_tags/pass/changelogs/changelog.yaml2
-rw-r--r--examples/galaxy_no_required_tags/pass/galaxy.yml12
-rw-r--r--examples/galaxy_no_required_tags/pass/meta/runtime.yml0
6 files changed, 27 insertions, 0 deletions
diff --git a/examples/galaxy_no_required_tags/fail/changelogs/changelog.yaml b/examples/galaxy_no_required_tags/fail/changelogs/changelog.yaml
new file mode 100644
index 0000000..52e7f38
--- /dev/null
+++ b/examples/galaxy_no_required_tags/fail/changelogs/changelog.yaml
@@ -0,0 +1,2 @@
+---
+releases: {}
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
diff --git a/examples/galaxy_no_required_tags/fail/meta/runtime.yml b/examples/galaxy_no_required_tags/fail/meta/runtime.yml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/examples/galaxy_no_required_tags/fail/meta/runtime.yml
diff --git a/examples/galaxy_no_required_tags/pass/changelogs/changelog.yaml b/examples/galaxy_no_required_tags/pass/changelogs/changelog.yaml
new file mode 100644
index 0000000..52e7f38
--- /dev/null
+++ b/examples/galaxy_no_required_tags/pass/changelogs/changelog.yaml
@@ -0,0 +1,2 @@
+---
+releases: {}
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]
diff --git a/examples/galaxy_no_required_tags/pass/meta/runtime.yml b/examples/galaxy_no_required_tags/pass/meta/runtime.yml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/examples/galaxy_no_required_tags/pass/meta/runtime.yml