We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6fbd83 + 5da5fa1 commit 65e68cdCopy full SHA for 65e68cd
lib/ansible/runner/connection_plugins/winrm.py
@@ -56,7 +56,7 @@ class Connection(object):
56
57
transport_schemes = {
58
'http': [('kerberos', 'http'), ('plaintext', 'http'), ('plaintext', 'https')],
59
- 'https': [('kerberos', 'https'), ('plaintext', 'http'), ('plaintext', 'https')],
+ 'https': [('kerberos', 'https'), ('plaintext', 'https')],
60
}
61
62
def __init__(self, runner, host, port, user, password, *args, **kwargs):
0 commit comments