From d98bc79f77f6ab86815b274a649cc8e844e13092 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Tue, 16 Sep 2014 09:37:01 -0700 Subject: [PATCH] further cleanup --- 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 be287b0780..462fbbcc79 100644 --- a/library/cloud/ec2_elb_lb +++ b/library/cloud/ec2_elb_lb @@ -17,7 +17,7 @@ DOCUMENTATION = """ --- module: ec2_elb_lb -description: Creates or destroys Amazon ELB. +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.