From a6121da82b5a9307894437b03247caa69f847482 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 8 Jul 2020 15:15:25 -0700 Subject: [PATCH] Cleanup sanity items that were not previously caught (#131) This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/3fd595d2e2afd29e4649eda4378d88c3c971bbb5 --- plugins/modules/rds_param_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/rds_param_group.py b/plugins/modules/rds_param_group.py index ce271712211..4870d0657fb 100644 --- a/plugins/modules/rds_param_group.py +++ b/plugins/modules/rds_param_group.py @@ -55,7 +55,7 @@ type: dict purge_tags: description: - - Whether or not to remove tags that do not appear in the M(tags) list. + - Whether or not to remove tags that do not appear in the C(tags) list. type: bool default: False author: