From 35bb6b06c8fd57fb6df3b8573337158738a282d9 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 6 Sep 2023 19:17:03 +0200 Subject: [PATCH] Add description to galaxy.yml (#1740) Add description to galaxy.yml SUMMARY description was set to null, ansiblelist was grumping. ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Felix Fontein --- README.md | 2 +- changelogs/fragments/20230906-galaxy.yml | 2 ++ galaxy.yml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/20230906-galaxy.yml diff --git a/README.md b/README.md index 67bdd629dd0..b3fdfe222b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Amazon AWS Collection -The Ansible Amazon AWS collection includes a variety of Ansible content to help automate the management of AWS instances. This collection is maintained by the Ansible cloud team. +The Ansible Amazon AWS collection includes a variety of Ansible content to help automate the management of AWS services. This collection is maintained by the Ansible cloud team. AWS related modules and plugins supported by the Ansible community are in the [community.aws](https://github.com/ansible-collections/community.aws/) collection. diff --git a/changelogs/fragments/20230906-galaxy.yml b/changelogs/fragments/20230906-galaxy.yml new file mode 100644 index 00000000000..06bd79c2052 --- /dev/null +++ b/changelogs/fragments/20230906-galaxy.yml @@ -0,0 +1,2 @@ +trivial: +- galaxy.yml - add description to collection. diff --git a/galaxy.yml b/galaxy.yml index 0199803c259..21e6db57bd1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,10 +1,11 @@ +--- namespace: amazon name: aws version: 7.0.0-dev0 readme: README.md authors: - Ansible (https://github.com/ansible) -description: null +description: A variety of Ansible content to help automate the management of AWS services. license_file: COPYING tags: [amazon, aws, cloud] repository: https://github.com/ansible-collections/amazon.aws