From 0c4d2a6e5e55086f4a45c3b16372542719fddd42 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 22 Nov 2023 18:59:32 +0100 Subject: [PATCH] galaxy.yml: improve description, improve YAML, remove not really relevant comments (#7554) Improve description, improve YAML, remove not really relevant comments. --- galaxy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 77b8031556..8381d67467 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,13 +9,13 @@ version: 8.1.0 readme: README.md authors: - 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 -tags: [community] -# NOTE: No dependencies are expected to be added here -# dependencies: +tags: + - community repository: https://github.com/ansible-collections/community.general documentation: https://docs.ansible.com/ansible/latest/collections/community/general/ homepage: https://github.com/ansible-collections/community.general issues: https://github.com/ansible-collections/community.general/issues -#type: flatmap