From 1c2bc49025469c768f8a125cb09ec128c231fe16 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Wed, 6 Jul 2016 08:18:20 -0700 Subject: [PATCH] update docs for unsupported Windows features --- docsite/rst/playbooks_async.rst | 3 +++ docsite/rst/playbooks_environment.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docsite/rst/playbooks_async.rst b/docsite/rst/playbooks_async.rst index d9e0fc04074..51ca9afb8ae 100644 --- a/docsite/rst/playbooks_async.rst +++ b/docsite/rst/playbooks_async.rst @@ -79,6 +79,9 @@ 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` diff --git a/docsite/rst/playbooks_environment.rst b/docsite/rst/playbooks_environment.rst index f909bfcd6e6..2e003e5f5c7 100644 --- a/docsite/rst/playbooks_environment.rst +++ b/docsite/rst/playbooks_environment.rst @@ -56,6 +56,9 @@ to define an environment hash might be a group_vars file, like so:: http_proxy: http://proxy.bos.example.com:8080 https_proxy: http://proxy.bos.example.com:8080 +.. note:: + ``environment:`` is not currently supported for Windows targets + .. seealso:: :doc:`playbooks`