mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #4313 from jsdalton/ansible
Add AWS ElastiCache module
This commit is contained in:
parent
a8c531a2f6
commit
fd6b16aca8
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: elasticache
|
module: elasticache
|
||||||
|
description:
|
||||||
|
- Manage cache clusters in Amazon Elasticache.
|
||||||
short_description: Manage cache clusters in Amazon Elasticache.
|
short_description: Manage cache clusters in Amazon Elasticache.
|
||||||
- Returns information about the specified cache cluster.
|
- Returns information about the specified cache cluster.
|
||||||
version_added: "1.4"
|
version_added: "1.4"
|
||||||
|
|
Loading…
Reference in a new issue