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: