mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
update docs for unsupported Windows features
This commit is contained in:
parent
7d53fd2ef2
commit
1c2bc49025
2 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,9 @@ following::
|
||||||
"check on it later" task to fail because the temporary status file that
|
"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
|
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::
|
.. seealso::
|
||||||
|
|
||||||
:doc:`playbooks`
|
:doc:`playbooks`
|
||||||
|
|
|
@ -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
|
http_proxy: http://proxy.bos.example.com:8080
|
||||||
https_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::
|
.. seealso::
|
||||||
|
|
||||||
:doc:`playbooks`
|
:doc:`playbooks`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue