added missing docs on connection_timeout for wait_for
This commit is contained in:
parent
4ba2d55589
commit
3100236628
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ options:
|
|||
- maximum number of seconds to wait for
|
||||
required: false
|
||||
default: 300
|
||||
connect_timeout:
|
||||
description:
|
||||
- maximum number of seconds to wait for a connection to happen before closing and retrying
|
||||
required: false
|
||||
default: 5
|
||||
delay:
|
||||
description:
|
||||
- number of seconds to wait before starting to poll
|
||||
|
|
Loading…
Reference in a new issue