update galaxy info
This commit is contained in:
parent
2c9d85e94a
commit
38fd3c8144
12
galaxy.yml
12
galaxy.yml
@ -16,12 +16,12 @@ readme: README.md
|
||||
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
|
||||
# @nicks:irc/im.site#channel'
|
||||
authors:
|
||||
- your name <example@domain.com>
|
||||
- Chris Hammer <chris@thezengarden.net>
|
||||
|
||||
|
||||
### OPTIONAL but strongly recommended
|
||||
# A short summary description of the collection
|
||||
description: your collection description
|
||||
description: Manage a VM based environment with Proxmox and templates
|
||||
|
||||
# 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'
|
||||
@ -43,16 +43,16 @@ tags: []
|
||||
dependencies: {}
|
||||
|
||||
# The URL of the originating SCM repository
|
||||
repository: http://example.com/repository
|
||||
repository: https://github.com/jchristianh-ansible-collections/pve
|
||||
|
||||
# The URL to any online docs
|
||||
documentation: http://docs.example.com
|
||||
documentation: https://github.com/jchristianh-ansible-collections/pve
|
||||
|
||||
# The URL to the homepage of the collection/project
|
||||
homepage: http://example.com
|
||||
homepage: https://github.com/jchristianh-ansible-collections/pve
|
||||
|
||||
# The URL to the collection issue tracker
|
||||
issues: http://example.com/issue/tracker
|
||||
issues: https://github.com/jchristianh-ansible-collections/pve
|
||||
|
||||
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
|
||||
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
|
||||
|
Loading…
x
Reference in New Issue
Block a user