From b417b4153c1bdc37968426426cada1b5dc3b58e3 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 24 Jan 2014 15:13:01 -0500 Subject: [PATCH] Fix missing description key --- cloud/ec2_elb_lb | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/ec2_elb_lb b/cloud/ec2_elb_lb index b7dc317fe0a..d7c55cd3eb6 100644 --- a/cloud/ec2_elb_lb +++ b/cloud/ec2_elb_lb @@ -17,6 +17,7 @@ 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.