From b427818f02451f00296c29ad1277a1ef27988811 Mon Sep 17 00:00:00 2001
From: Matt Davis <mdavis@ansible.com>
Date: Fri, 30 Sep 2016 10:22:39 -0700
Subject: [PATCH] remove Windows async doc exclusion

---
 docsite/rst/playbooks_async.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docsite/rst/playbooks_async.rst b/docsite/rst/playbooks_async.rst
index 51ca9afb8ae..d9e0fc04074 100644
--- a/docsite/rst/playbooks_async.rst
+++ b/docsite/rst/playbooks_async.rst
@@ -79,9 +79,6 @@ following::
    "check on it later" task to fail because the temporary status file that
    the ``async_status:`` is looking for will not have been written or no longer exist 
 
-.. note::
-   ``async:`` is not currently supported for Windows targets
-
 .. seealso::
 
    :doc:`playbooks`