From 57cf6e8bb49e7eefce77eb84be38b067327a9a4b Mon Sep 17 00:00:00 2001 From: James Martin Date: Fri, 20 Mar 2015 14:59:34 -0400 Subject: [PATCH] Re-wording of feature. --- lib/ansible/modules/cloud/amazon/ec2_asg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_asg.py b/lib/ansible/modules/cloud/amazon/ec2_asg.py index 97d89d4c987..e040ad48067 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_asg.py +++ b/lib/ansible/modules/cloud/amazon/ec2_asg.py @@ -116,7 +116,7 @@ options: version_added: "1.8" wait_for_instances: description: - - Wait for the ASG instances to be in a ready state before exiting. If instances are behind an ELB, it will wait until the instances are considered by the ELB. + - Wait for the ASG instances to be in a ready state before exiting. If instances are behind an ELB, it will wait until the ELB determines all instances have a lifecycle_state of "InService" and a health_status of "Healthy". version_added: "1.9" default: yes required: False