summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst')
-rw-r--r--docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst4
1 files changed, 4 insertions, 0 deletions
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 202814b304..d0fbcd6383 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