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

This commit is contained in:
Michael DeHaan 2013-10-14 08:24:20 -04:00
parent a130a8e614
commit d22529bad0

View file

@ -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