1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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