From fe7cbc2554c152961adea7e0c40880fd4ba76fb1 Mon Sep 17 00:00:00 2001 From: AndyG Date: Mon, 25 Feb 2019 21:56:24 +0000 Subject: [PATCH] Update ec2_elb_lb.py (#52729) *Calls out that the module can update as well as create and delete ELBs Co-Authored-By: biohazd --- lib/ansible/modules/cloud/amazon/ec2_elb_lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py index 9eca41e799..6fcbadbee3 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py +++ b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py @@ -17,7 +17,7 @@ module: ec2_elb_lb 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. +short_description: Creates, updates or destroys an Amazon ELB. version_added: "1.5" author: - "Jim Dalton (@jsdalton)"