1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added missing docs on connection_timeout for wait_for

This commit is contained in:
Brian Coca 2015-02-13 10:02:05 -05:00 committed by Matt Clay
parent d07d41b914
commit 8f197aed48

View file

@ -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