######
###### How to fix Proxy error
######
- Locate transport.py that comes with pywinrm
- Modify the following line session.trust to make it false
# session.trust_env = True
session.trust_env = False
TASK [../roles/windows-files : Touch file for test] ****************************************************************************************************
[WARNING]: ansible_winrm_read_timeout unsupported by pywinrm (is an up-to-date version of pywinrm installed?)
changed: [10.21.20.56]
PLAY RECAP *********************************************************************************************************************************************
10.21.20.56 : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0