From d22529bad0feb7ba3b24c6bc2d90cdddad03b3c4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 14 Oct 2013 08:24:20 -0400 Subject: [PATCH] Version added info in docs for do/until was missing. --- docsite/latest/rst/playbooks_loops.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/latest/rst/playbooks_loops.rst b/docsite/latest/rst/playbooks_loops.rst index e21bf08ba6..6803e594b7 100644 --- a/docsite/latest/rst/playbooks_loops.rst +++ b/docsite/latest/rst/playbooks_loops.rst @@ -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