diff options
author | Mikhail Sobolev <mss@mawhrin.net> | 2013-12-26 00:07:49 +0100 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-12-26 20:35:57 +0100 |
commit | 8733b5da8ba87d427fd16750d3b96db1cc1039b1 (patch) | |
tree | 1e2a60172cf98282b66dd6939a005d538390d130 /library | |
parent | include short_description in the module page's title (diff) | |
download | ansible-8733b5da8ba87d427fd16750d3b96db1cc1039b1.tar.xz ansible-8733b5da8ba87d427fd16750d3b96db1cc1039b1.zip |
fix short/full description for elasticache
Diffstat (limited to 'library')
-rw-r--r-- | library/cloud/elasticache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cloud/elasticache b/library/cloud/elasticache index 9b40107d98..fa175bb397 100644 --- a/library/cloud/elasticache +++ b/library/cloud/elasticache @@ -17,9 +17,9 @@ DOCUMENTATION = """ --- module: elasticache +short_description: Manage cache clusters in Amazon 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" requirements: [ "boto" ] |