mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Explicit availability of 'null' timeout in expect (#40429)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user