From 6167ab125c5af98e05393c3af802753798603bf9 Mon Sep 17 00:00:00 2001 From: Chris Stevens Date: Thu, 28 Mar 2019 16:43:57 -0500 Subject: [PATCH] Fix elasticache documentation of security_group_ids (#54522) When creating an ElastiCache redis cluster/instance via this module using a list of security group names (i.e. "FooSG") with `security_group_ids`, the module will fail to create the redis cluster/instance. When using the security group ID (i.e. "sg-XXXXXXXX"), the cluster is created successfully. Tested with Ansible v2.7.8. +label: docsite_pr --- lib/ansible/modules/cloud/amazon/elasticache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/elasticache.py b/lib/ansible/modules/cloud/amazon/elasticache.py index 6dbf4eebb54..d213a9c137b 100644 --- a/lib/ansible/modules/cloud/amazon/elasticache.py +++ b/lib/ansible/modules/cloud/amazon/elasticache.py @@ -59,7 +59,7 @@ options: version_added: "2.0" security_group_ids: description: - - A list of vpc security group names to associate with this cache cluster. Only use if inside a vpc + - A list of vpc security group IDs to associate with this cache cluster. Only use if inside a vpc version_added: "1.6" cache_security_groups: description: