From 61dfeaa43c834867d6310a74555c4c288b6b7d75 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Tue, 16 Sep 2014 09:35:20 -0700 Subject: [PATCH] rearrange description/short_description it's really dorked on [the documentation page](http://docs.ansible.com/ec2_elb_lb_module.html). This puts it in line with other modules. --- library/cloud/ec2_elb_lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2_elb_lb b/library/cloud/ec2_elb_lb index f15de26892..be287b0780 100644 --- a/library/cloud/ec2_elb_lb +++ b/library/cloud/ec2_elb_lb @@ -18,9 +18,9 @@ DOCUMENTATION = """ --- module: ec2_elb_lb description: Creates or destroys Amazon ELB. -short_description: Creates or destroys Amazon ELB. - 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" author: Jim Dalton options: