From 10f852a807aabd8c53a7b4d6680d6e044eb3fba7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 11 Mar 2014 11:22:17 -0400 Subject: [PATCH] Update version_added for wait_timeout parameter on elb module. --- library/cloud/ec2_elb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2_elb b/library/cloud/ec2_elb index 159e2b1a043..c7a4e0d3b3f 100644 --- a/library/cloud/ec2_elb +++ b/library/cloud/ec2_elb @@ -87,7 +87,7 @@ options: - Number of seconds to wait for an instance to change state. If 0 then this module may return an error if a transient error occurs. If non-zero then any transient errors are ignored until the timeout is reached. Ignored when wait=no. required: false default: 0 - version_added: "1.5" + version_added: "1.6" """