Merge pull request #4313 from jsdalton/ansible

Add AWS ElastiCache module
This commit is contained in:
James Tanner 2013-11-13 10:15:51 -05:00
parent a8c531a2f6
commit fd6b16aca8

View file

@ -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"