From 48e6bf8d27694b21922c7293f892e690ae44a9e1 Mon Sep 17 00:00:00 2001 From: Jo Date: Wed, 25 Jan 2023 20:21:02 +0100 Subject: [PATCH] Fix: documentation for per-task timeout (#79715) --- .../rst/network/user_guide/network_debug_troubleshooting.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst index 202814b3049..d0fbcd6383f 100644 --- a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst @@ -509,6 +509,8 @@ Suggestions to resolve: Suggestions to resolve: + Some modules support a ``timeout`` option, which is different to the ``timeout`` keyword for tasks. + .. code-block:: yaml - name: save running-config @@ -519,6 +521,8 @@ Suggestions to resolve: Suggestions to resolve: + + If the module does not support the ``timeout`` option directly, most networking connection plugins can enable similar functionality with the ``ansible_command_timeout`` variable. .. code-block:: yaml