summaryrefslogtreecommitdiffstats
path: root/examples/no_changelog
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/no_changelog
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/no_changelog')
-rw-r--r--examples/no_changelog/galaxy.yml17
-rw-r--r--examples/no_changelog/meta/runtime.yml0
2 files changed, 17 insertions, 0 deletions
diff --git a/examples/no_changelog/galaxy.yml b/examples/no_changelog/galaxy.yml
new file mode 100644
index 0000000..2c35693
--- /dev/null
+++ b/examples/no_changelog/galaxy.yml
@@ -0,0 +1,17 @@
+---
+name: foo
+namespace: bar
+version: 0.0.0 # noqa: galaxy[version-incorrect]
+authors:
+ - John
+readme: ../README.md
+description: "..."
+dependencies:
+ other_namespace.collection1: ">=1.0.0"
+ other_namespace.collection2: ">=2.0.0,<3.0.0"
+ anderson55.my_collection: "*" # note: "*" selects the highest version available
+license:
+ - GPL-3.0-or-later
+ - Apache-2.0
+repository: some-url
+tags: [networking, test_tag]
diff --git a/examples/no_changelog/meta/runtime.yml b/examples/no_changelog/meta/runtime.yml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/examples/no_changelog/meta/runtime.yml