mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
rm duplicate
This commit is contained in:
parent
b9bfb22a9d
commit
5da5fa15c6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Connection(object):
|
||||||
|
|
||||||
transport_schemes = {
|
transport_schemes = {
|
||||||
'http': [('kerberos', 'http'), ('plaintext', 'http'), ('plaintext', 'https')],
|
'http': [('kerberos', 'http'), ('plaintext', 'http'), ('plaintext', 'https')],
|
||||||
'https': [('kerberos', 'https'), ('plaintext', 'https'), ('plaintext', 'https')],
|
'https': [('kerberos', 'https'), ('plaintext', 'https')],
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, runner, host, port, user, password, *args, **kwargs):
|
def __init__(self, runner, host, port, user, password, *args, **kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue