1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update ec2_elb_lb.py (#52729)

*Calls out that the module can update as well as create and delete ELBs

Co-Authored-By: biohazd <biohazd@users.noreply.github.com>
This commit is contained in:
AndyG 2019-02-25 21:56:24 +00:00 committed by Alicia Cozine
parent f5c0ae82fc
commit fe7cbc2554

View file

@ -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)"