mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user