mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
Merge pull request #1416 from sourn00dl/feature#881
MUNI Tech Writers: Timeout with retry in loops documentation
(cherry picked from commit b42de8c017)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user