From f554f1ae7f3229d0adda228fb8deca0d20041728 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 17 Jun 2020 09:31:32 -0700 Subject: [PATCH] Update docs (#99) * Update docs Remove .git from repo url so links in readme will generate correctly Add required ansible version Run latest version of add_docs.py Add version_added string to modules * galaxy.yml was missing authors This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/96ee268e5267f5b12c3d59892bc1279f75aa3135 --- plugins/modules/rds_param_group.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/rds_param_group.py b/plugins/modules/rds_param_group.py index e5cd2457458..ce271712211 100644 --- a/plugins/modules/rds_param_group.py +++ b/plugins/modules/rds_param_group.py @@ -9,6 +9,7 @@ DOCUMENTATION = ''' --- module: rds_param_group +version_added: 1.0.0 short_description: manage RDS parameter groups description: - Creates, modifies, and deletes RDS parameter groups.