mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[aws][doc] Update documentation for wait_timeout option (#39875)
Based on the documentation, 'wait_timeout' is 'Used in conjunction with instance_ids option'. This lead me to believe that I could not use this parameter to try and solve the 'Waited too long for ELB instances to be healthy' error I was experiencing.
This commit is contained in:
parent
03194880c1
commit
fff7915faa
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ options:
|
|||
version_added: "2.0"
|
||||
wait_timeout:
|
||||
description:
|
||||
- how long before wait instances to become viable when replaced. Used in conjunction with instance_ids option.
|
||||
- How long to wait for instances to become viable when replaced. If you experience the error "Waited too long for ELB instances to be healthy",
|
||||
try increasing this value.
|
||||
default: 300
|
||||
version_added: "1.8"
|
||||
wait_for_instances:
|
||||
|
|
Loading…
Reference in a new issue