Fix: documentation for per-task timeout (#79715)

pull/79819/head
Jo 3 years ago committed by GitHub
parent d7a4152851
commit 48e6bf8d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save