* add pywinrm version explanation * Update windows_winrm.rst Changed pywinrm explanation to note style * Add period Co-authored-by: Jordan Borean <jborean93@gmail.com>
This commit is contained in:
parent
eab385e006
commit
3bcb664497
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue