MUNI Tech Writers: Timeout with retry in loops documentation

(cherry picked from commit b42de8c017)
This commit is contained in:
Don Naro
2024-05-17 15:59:29 +01:00
committed by patchback[bot]
parent 407db10f58
commit 71c481eb0d

View File

@@ -274,6 +274,10 @@ You can combine the ``until`` keyword with ``loop`` or ``with_<lookup>``. The re
delay: 1
until: "uri_output.status == 200"
.. note::
When you use the ``timeout`` keyword in a loop, it applies to each attempt of the task action. See :ref:`TASK_TIMEOUT <TASK_TIMEOUT>` for more details.
.. _loop_over_inventory:
Looping over inventory