mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
galaxy.yml: improve description, improve YAML, remove not really relevant comments (#7554)
Improve description, improve YAML, remove not really relevant comments.
This commit is contained in:
parent
a88f6f56c7
commit
0c4d2a6e5e
1 changed files with 5 additions and 5 deletions
10
galaxy.yml
10
galaxy.yml
|
@ -9,13 +9,13 @@ version: 8.1.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (https://github.com/ansible)
|
- Ansible (https://github.com/ansible)
|
||||||
description: null
|
description: >-
|
||||||
|
The community.general collection is a part of the Ansible package and includes many modules and
|
||||||
|
plugins supported by Ansible community which are not part of more specialized community collections.
|
||||||
license_file: COPYING
|
license_file: COPYING
|
||||||
tags: [community]
|
tags:
|
||||||
# NOTE: No dependencies are expected to be added here
|
- community
|
||||||
# dependencies:
|
|
||||||
repository: https://github.com/ansible-collections/community.general
|
repository: https://github.com/ansible-collections/community.general
|
||||||
documentation: https://docs.ansible.com/ansible/latest/collections/community/general/
|
documentation: https://docs.ansible.com/ansible/latest/collections/community/general/
|
||||||
homepage: https://github.com/ansible-collections/community.general
|
homepage: https://github.com/ansible-collections/community.general
|
||||||
issues: https://github.com/ansible-collections/community.general/issues
|
issues: https://github.com/ansible-collections/community.general/issues
|
||||||
#type: flatmap
|
|
||||||
|
|
Loading…
Reference in a new issue