1
0
Fork 0
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:
James Tanner 2013-11-13 10:15:51 -05:00
parent a8c531a2f6
commit fd6b16aca8

View file

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