From 2bc526ba429cc691c9b2b3aa6c8f62e0789978fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Masseix?= Date: Sat, 17 Jul 2021 21:52:49 +0200 Subject: [PATCH] fix the yaml description of the replication_group.cluster_enabled key --- plugins/modules/elasticache_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/elasticache_info.py b/plugins/modules/elasticache_info.py index 4fba878b745..c7dae506091 100644 --- a/plugins/modules/elasticache_info.py +++ b/plugins/modules/elasticache_info.py @@ -221,7 +221,7 @@ type: str sample: cache.t3.medium cluster_enabled: - description: A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups) + description: 'A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups)' returned: always type: bool description: