From cdcbde1cffb3dc0dc6712887f0b1a21a73081867 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 25 Sep 2014 19:16:41 -0500 Subject: [PATCH] Fixing version added for the fire/forget check later feature --- docsite/rst/playbooks_async.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_async.rst b/docsite/rst/playbooks_async.rst index 01003ee3b3e..7b72846fd97 100644 --- a/docsite/rst/playbooks_async.rst +++ b/docsite/rst/playbooks_async.rst @@ -61,7 +61,7 @@ If you would like to perform a variation of the "fire and forget" where you following:: --- - # Requires ansible 1.7+ + # Requires ansible 1.8+ - name: 'YUM - fire and forget task' yum: name=docker-io state=installed async: 1000