Hi all,
I’ve been away from Ansible for a while and today when cloning the devel codebase to my computer WinRM stopped working:
using logging I can see that it attempts to use http although i’ve set port to be 5896:
<192.168.18.132> endpoint=http://192.168.18.132:5986/wsman transport=plaintext
switching to the 1.8.3 branch and using the same inventory I get https:
<192.168.18.132> endpoint=https://192.168.18.132:5986/wsman transport=plaintext
Due to the volume of commits I am unable to see where this change happened. Anyone able to repro?