diff --git a/galaxy.yml b/galaxy.yml index 55bb62dc..d3ef2050 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: ansible name: eda # The version of the collection. Must be compatible with semantic versioning -version: 1.3.5 +version: 1.3.6 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -16,9 +16,8 @@ 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: -- bthomass@redhat.com -- jpisciot@redhat.com - + - bthomass@redhat.com + - jpisciot@redhat.com ### OPTIONAL but strongly recommended # A short summary description of the collection @@ -27,11 +26,11 @@ description: Event-Driven Ansible # 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: -- Apache-2.0 + - Apache-2.0 # 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' -license_file: '' +license_file: "" # 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' @@ -53,7 +52,7 @@ documentation: https://github.com/ansible/event-driven-ansible homepage: http://ansible.com/event-driven # The URL to the collection issue tracker -issues: http://example.com/issue/tracker +issues: https://github.com/ansible/event-driven-ansible/issues # 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