From 512c02b7d27cf5c301b92c88cb2ee12a007a0326 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 --- library/cloud/ec2_elb_lb | 1 + 1 file changed, 1 insertion(+) diff --git a/library/cloud/ec2_elb_lb b/library/cloud/ec2_elb_lb index b7dc317fe0..d7c55cd3eb 100644 --- a/library/cloud/ec2_elb_lb +++ b/library/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.