From 21f4b5911efe0196d8df7cb58ea09af88c37023c Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Mon, 17 Sep 2018 14:32:51 -0400 Subject: [PATCH] [aws] fix version_added for elb_classic_lbmodule (#45559) --- lib/ansible/modules/cloud/amazon/elb_classic_lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/elb_classic_lb.py b/lib/ansible/modules/cloud/amazon/elb_classic_lb.py index e3d2cb38f1..c0ad778da7 100644 --- a/lib/ansible/modules/cloud/amazon/elb_classic_lb.py +++ b/lib/ansible/modules/cloud/amazon/elb_classic_lb.py @@ -18,7 +18,7 @@ description: - Returns information about the load balancer. - Will be marked changed when called only if state is changed. short_description: Creates or destroys Amazon ELB. -version_added: "1.5" +version_added: "2.4" author: - "Jim Dalton (@jsdalton)" options: