From 1fe33879716b7f57fad7c65bb518b3272aa7a703 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 11 Jan 2016 18:27:37 -0500 Subject: [PATCH] crrected version added --- lib/ansible/modules/cloud/amazon/ec2_elb_lb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py index 21432e45cb8..d9d329965b8 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py +++ b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py @@ -134,14 +134,14 @@ options: required: false default: no choices: ["yes", "no"] - version_added: 2.0 + version_added: "2.1" wait_timeout: description: - Used in conjunction with wait. Number of seconds to wait for the elb to be terminated. A maximum of 600 seconds (10 minutes) is allowed. required: false default: 60 - version_added: 2.0 + version_added: "2.1" extends_documentation_fragment: aws """