From e625155cd5a3a6ab9a0ee3d57677e4b7ca595f7e Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 30 Apr 2013 09:03:31 -0400 Subject: [PATCH] doc update --- library/cloud/ec2_elb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/cloud/ec2_elb b/library/cloud/ec2_elb index 1302cf07bbe..8259bf3e2ee 100644 --- a/library/cloud/ec2_elb +++ b/library/cloud/ec2_elb @@ -21,8 +21,9 @@ short_description: De-registers or registers instances from EC2 ELB(s) description: - This module de-registers or registers an AWS EC2 instance from the ELB(s) that it belongs to. - Returns fact "elb_ec2" which is a list of elbs attached the instance + - Returns fact "elb_ec2" which is a list of elbs attached the instance if deregister is called. + - Will be marked changed when called only if there are ELBs found to operate on. version_added: "1.2" requirements: [ "boto" ] author: John Jarvis