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 = """
|
||||
---
|
||||
module: elasticache
|
||||
description:
|
||||
- Manage cache clusters in Amazon Elasticache.
|
||||
short_description: Manage cache clusters in Amazon Elasticache.
|
||||
- Returns information about the specified cache cluster.
|
||||
version_added: "1.4"
|
||||
|
|
Loading…
Reference in a new issue