Fixes #65590 add pywinrm version explanation (#65591)

* add pywinrm version explanation

* Update windows_winrm.rst

Changed pywinrm explanation to note style

* Add period

Co-authored-by: Jordan Borean <jborean93@gmail.com>
pull/66300/head
hiyokotaisa 5 years ago committed by Jordan Borean
parent eab385e006
commit 3bcb664497

@ -566,6 +566,8 @@ encryption uses the more secure TLS protocol instead. If both transport and
message encryption is required, set ``ansible_winrm_message_encryption=always``
in the host vars.
.. Note:: Message encryption over HTTP requires pywinrm>=0.3.0.
A last resort is to disable the encryption requirement on the Windows host. This
should only be used for development and debugging purposes, as anything sent
from Ansible can be viewed, manipulated and also the remote session can completely

Loading…
Cancel
Save