From 38fd3c814496cb2dd7d5bc421964df4507291833 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 21 Sep 2022 19:42:41 -0400 Subject: [PATCH] update galaxy info --- galaxy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 424dd9d..6e0f2e2 100644 --- a/galaxy.yml +++ b/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 (url) # @nicks:irc/im.site#channel' authors: -- your name +- Chris Hammer ### 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