Version added info in docs for do/until was missing.
This commit is contained in:
parent
a130a8e614
commit
d22529bad0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue