mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Re-wording of feature.
This commit is contained in:
@@ -116,7 +116,7 @@ options:
|
|||||||
version_added: "1.8"
|
version_added: "1.8"
|
||||||
wait_for_instances:
|
wait_for_instances:
|
||||||
description:
|
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"
|
version_added: "1.9"
|
||||||
default: yes
|
default: yes
|
||||||
required: False
|
required: False
|
||||||
|
|||||||
Reference in New Issue
Block a user