Commit d22529ba by Michael DeHaan

Version added info in docs for do/until was missing.

parent a130a8e6
...@@ -197,6 +197,8 @@ At a more basic level, they can be used to add chaos and excitement to otherwise ...@@ -197,6 +197,8 @@ At a more basic level, they can be used to add chaos and excitement to otherwise
Do-Until Loops Do-Until Loops
`````````````` ``````````````
.. versionadded: 1.4
Sometimes you would want to retry a task until a certain condition is met. Here's an example:: Sometimes you would want to retry a task until a certain condition is met. Here's an example::
- action: shell /usr/bin/foo - action: shell /usr/bin/foo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment