Skip to content

Commit 604732d

Browse files
authored
fix: linting warnings
1 parent 3058bf5 commit 604732d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

galaxy.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme: README.md
1616
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
1717
# @nicks:irc/im.site#channel'
1818
authors:
19-
- Jack Hodgkiss <jack@stackhpc.com>
19+
- Jack Hodgkiss <jack@stackhpc.com>
2020

2121

2222
### OPTIONAL but strongly recommended
@@ -26,7 +26,7 @@ description: Ansible collection for templating the creation of kayobe workflows.
2626
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
2727
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
2828
license:
29-
- Apache-2.0
29+
- Apache-2.0
3030

3131
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
3232
# mutually exclusive with 'license'
@@ -35,10 +35,10 @@ license:
3535
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
3636
# requirements as 'namespace' and 'name'
3737
tags:
38-
- OpenStack
39-
- Kayobe
40-
- Continuous Integration
41-
- Continuous Deployment
38+
- OpenStack
39+
- Kayobe
40+
- Continuous Integration
41+
- Continuous Deployment
4242

4343
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
4444
# collection label 'namespace.name'. The value is a version range
@@ -70,4 +70,3 @@ build_ignore: []
7070
# 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive
7171
# with 'build_ignore'
7272
# manifest: null
73-

0 commit comments

Comments
 (0)