From a01fe8826353aff02285850e429d82bd9e97f2b3 Mon Sep 17 00:00:00 2001 From: Ben Visser Date: Fri, 25 Dec 2015 23:14:04 -0700 Subject: [PATCH] staging that num_nodes is required when state=present --- lib/ansible/modules/cloud/amazon/elasticache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/elasticache.py b/lib/ansible/modules/cloud/amazon/elasticache.py index 169a15ba6f7..cd213b14f84 100644 --- a/lib/ansible/modules/cloud/amazon/elasticache.py +++ b/lib/ansible/modules/cloud/amazon/elasticache.py @@ -50,7 +50,7 @@ options: default: cache.m1.small num_nodes: description: - - The initial number of cache nodes that the cache cluster will have + - The initial number of cache nodes that the cache cluster will have. Required when state=present. required: false cache_port: description: