Merge pull request #4313 from jsdalton/ansible

Add AWS ElastiCache module
pull/4894/head
James Tanner 11 years ago
parent a8c531a2f6
commit fd6b16aca8

@ -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…
Cancel
Save