mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Explicit availability of 'null' timeout in expect (#40429)
This commit is contained in:
parent
3b14d2b745
commit
b845db0169
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ options:
|
||||||
required: true
|
required: true
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Amount of time in seconds to wait for the expected strings.
|
- Amount of time in seconds to wait for the expected strings. Use
|
||||||
|
C(null) to disable timeout.
|
||||||
default: 30
|
default: 30
|
||||||
echo:
|
echo:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue