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

Docs: add state choices to ec2_elb_lb

add state options (`present` and `absent`) to `ec2_elb-lb` doc
This commit is contained in:
Gilad Peleg 2015-10-16 00:37:21 +03:00 committed by Matt Clay
parent 0b294d69c5
commit c340587bb8

View file

@ -29,6 +29,7 @@ options:
state:
description:
- Create or destroy the ELB
choices: ["present", "absent"]
required: true
name:
description: