From 60479d36f636db4a76565e9a98dce7408ac3cea9 Mon Sep 17 00:00:00 2001 From: portos060474 Date: Tue, 11 Feb 2020 17:16:52 +0200 Subject: [PATCH] Update elasticache_parameter_group.py (#67164) ##### SUMMARY Typo in description :) ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/cloud/amazon/elasticache_parameter_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/elasticache_parameter_group.py b/lib/ansible/modules/cloud/amazon/elasticache_parameter_group.py index eda99b04b31..50951d24a09 100644 --- a/lib/ansible/modules/cloud/amazon/elasticache_parameter_group.py +++ b/lib/ansible/modules/cloud/amazon/elasticache_parameter_group.py @@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: elasticache_parameter_group -short_description: Manage cache security groups in Amazon ElastiCache. +short_description: Manage cache parameter groups in Amazon ElastiCache. description: - Manage cache security groups in Amazon ElastiCache. - Returns information about the specified cache cluster.