From b845db0169335340355773d14207067b4277b64e Mon Sep 17 00:00:00 2001 From: Bruno Inec Date: Mon, 21 May 2018 19:32:07 +0200 Subject: [PATCH] Explicit availability of 'null' timeout in expect (#40429) --- lib/ansible/modules/commands/expect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/commands/expect.py b/lib/ansible/modules/commands/expect.py index e75184fb843..c612947b330 100644 --- a/lib/ansible/modules/commands/expect.py +++ b/lib/ansible/modules/commands/expect.py @@ -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: