You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedHat Ansible Execution Environment is using the below release. Additional updates are also required to requests-credssp.
bash-4.4# pip3 show pywinrm
Name: pywinrm
Version: 0.4.1
Summary: Python library for Windows Remote Management
Home-page: http://github.com/diyan/pywinrm/
Author: Alexey Diyan
Author-email: [email protected]
License: MIT license
Location: /usr/local/lib/python3.9/site-packages
Requires: six, requests-ntlm, xmltodict, requests
Required-by:
Here is an example of the enhancement
opt_args = dict(
hostname_override=self.kerberos_hostname_override,
disable_tlsv1_2=self.credssp_disable_tlsv1_2,
auth_mechanism=self.credssp_auth_mechanism,
minimum_version=self.credssp_minimum_version
)
The text was updated successfully, but these errors were encountered:
RedHat Ansible Execution Environment is using the below release. Additional updates are also required to requests-credssp.
bash-4.4# pip3 show pywinrm
Name: pywinrm
Version: 0.4.1
Summary: Python library for Windows Remote Management
Home-page: http://github.com/diyan/pywinrm/
Author: Alexey Diyan
Author-email: [email protected]
License: MIT license
Location: /usr/local/lib/python3.9/site-packages
Requires: six, requests-ntlm, xmltodict, requests
Required-by:
Here is an example of the enhancement
opt_args = dict(
hostname_override=self.kerberos_hostname_override,
disable_tlsv1_2=self.credssp_disable_tlsv1_2,
auth_mechanism=self.credssp_auth_mechanism,
minimum_version=self.credssp_minimum_version
)
The text was updated successfully, but these errors were encountered: