diff options
author | Matt Davis <mdavis@ansible.com> | 2016-09-30 19:22:39 +0200 |
---|---|---|
committer | Matt Davis <mdavis@ansible.com> | 2016-09-30 19:22:39 +0200 |
commit | b427818f02451f00296c29ad1277a1ef27988811 (patch) | |
tree | 86b64dff6d476e29fb343647bd1b2a2bf0b9884e | |
parent | Bugfix: fixes new-alias bug when debugging powershell (#17816) (diff) | |
download | ansible-b427818f02451f00296c29ad1277a1ef27988811.tar.xz ansible-b427818f02451f00296c29ad1277a1ef27988811.zip |
remove Windows async doc exclusion
-rw-r--r-- | docsite/rst/playbooks_async.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docsite/rst/playbooks_async.rst b/docsite/rst/playbooks_async.rst index 51ca9afb8a..d9e0fc0407 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` |