mirror of https://github.com/ansible/ansible.git
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_prpull/54566/head
parent
86268b09a1
commit
6167ab125c
Loading…
Reference in New Issue