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

Explicit availability of 'null' timeout in expect (#40429)

This commit is contained in:
Bruno Inec 2018-05-21 19:32:07 +02:00 committed by Matt Martz
parent 3b14d2b745
commit b845db0169

View file

@ -45,7 +45,8 @@ options:
required: true
timeout:
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
echo:
description: