From 618418a440d1eda2f6ca7340eb72ff11f4c1dde5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 16 Oct 2012 18:15:41 -0400 Subject: [PATCH] RST typo --- docsite/rst/playbooks2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index 89b51d9af7..dee19ce078 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -59,7 +59,7 @@ what parts of those plays. Ignoring Failed Commands ```````````````````````` -.. deprecated:: 0.6 +.. versionadded:: 0.6 Generally playbooks will stop executing any more steps on a host that has a failure. Sometimes, though, you want to continue on. To do so,