From fd6b16aca8135ecc43a7c9bea6569013ed3089c2 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 13 Nov 2013 10:15:51 -0500 Subject: [PATCH] Merge pull request #4313 from jsdalton/ansible Add AWS ElastiCache module --- library/cloud/elasticache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/cloud/elasticache b/library/cloud/elasticache index 63c01c3cb5..c2c4cada7a 100644 --- a/library/cloud/elasticache +++ b/library/cloud/elasticache @@ -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"