mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 04:42:48 +00:00
added missing docs on connection_timeout for wait_for
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user