From e51d124198e67e9523bec40b7603b0bcd843120d Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 20 Dec 2023 22:31:05 -0500 Subject: [PATCH] Ansible-lint compliance for galaxy.yml and meta/runtime.yml --- .ansible-lint | 1 + galaxy.yml | 11 ++++++----- meta/runtime.yml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index b6d3809..f60fd2b 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ skip_list: - yaml[empty-lines] - yaml[line-length] - no-changed-when + - galaxy[no-changelog] diff --git a/galaxy.yml b/galaxy.yml index 193a20c..7216e64 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: jchristianh name: baseos # The version of the collection. Must be compatible with semantic versioning -version: 1.0.19 +version: 1.0.20 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -16,7 +16,7 @@ readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url) # @nicks:irc/im.site#channel' authors: -- Chris Hammer + - Chris Hammer ### OPTIONAL but strongly recommended @@ -25,8 +25,8 @@ description: A collection of roles to manage your environment. # Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only # accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' -#license: -#- GPL-2.0-or-later +# license: +# - GPL-2.0-or-later # The path to the license file for the collection. This path is relative to the root of the collection. This key is # mutually exclusive with 'license' @@ -34,7 +34,8 @@ license_file: 'LICENSE' # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character # requirements as 'namespace' and 'name' -tags: [] +tags: + - linux # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range diff --git a/meta/runtime.yml b/meta/runtime.yml index 4f8988b..ce6befd 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: ">=2.10" +requires_ansible: ">=2.14.0"