mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Version added info in docs for do/until was missing.
This commit is contained in:
@@ -197,6 +197,8 @@ At a more basic level, they can be used to add chaos and excitement to otherwise
|
||||
Do-Until Loops
|
||||
``````````````
|
||||
|
||||
.. versionadded: 1.4
|
||||
|
||||
Sometimes you would want to retry a task until a certain condition is met. Here's an example::
|
||||
|
||||
- action: shell /usr/bin/foo
|
||||
|
||||
Reference in New Issue
Block a user