From c340587bb8cfdd487440c7473672198d37250901 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Fri, 16 Oct 2015 00:37:21 +0300 Subject: [PATCH] Docs: add state choices to ec2_elb_lb add state options (`present` and `absent`) to `ec2_elb-lb` doc --- lib/ansible/modules/cloud/amazon/ec2_elb_lb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py index a5431bcccf..6da15acc18 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py +++ b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py @@ -29,6 +29,7 @@ options: state: description: - Create or destroy the ELB + choices: ["present", "absent"] required: true name: description: