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