From 4d74c1d50823100ffe039a04a1a5841d86c5cad7 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 2 Nov 2015 18:54:30 -0500 Subject: [PATCH] added missing version added --- lib/ansible/modules/cloud/amazon/elasticache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/elasticache.py b/lib/ansible/modules/cloud/amazon/elasticache.py index 42212a3e88d..5940c27f3f5 100644 --- a/lib/ansible/modules/cloud/amazon/elasticache.py +++ b/lib/ansible/modules/cloud/amazon/elasticache.py @@ -48,6 +48,7 @@ options: - The name of the cache parameter group to associate with this cache cluster. If this argument is omitted, the default cache parameter group for the specified engine will be used. required: false default: none + version_added: "2.0" node_type: description: - The compute and memory capacity of the nodes in the cache cluster