55namespace : stackhpc
66
77# The name of the collection. Has the same character restrictions as 'namespace'
8- name : kayobe_automation_workflows
8+ name : kayobe_workflows
99
1010# The version of the collection. Must be compatible with semantic versioning
1111version : 1.0.0
@@ -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'
1818authors :
19- -
Jack Hodgkiss <[email protected] > 19+ -
Jack Hodgkiss <[email protected] > 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'
2828license :
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,11 @@ 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'
3737tags :
38- - OpenStack
39- - Kayobe
40- - Continuous Integration
41- - Continuous Deployment
38+ - openstack
39+ - kayobe
40+ - tools
41+ - cloud
42+ - infrastructure
4243
4344# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
4445# collection label 'namespace.name'. The value is a version range
@@ -70,4 +71,3 @@ build_ignore: []
7071# 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive
7172# with 'build_ignore'
7273# manifest: null
73-
0 commit comments