mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add space between function
This commit is contained in:
parent
cb55cd6f8d
commit
bc71c6ddd7
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class Connection(object):
|
||||||
self.runner = runner
|
self.runner = runner
|
||||||
self.transport = transport
|
self.transport = transport
|
||||||
self.sudo_user = sudo_user
|
self.sudo_user = sudo_user
|
||||||
|
|
||||||
def connect(self, host, port=None):
|
def connect(self, host, port=None):
|
||||||
conn = None
|
conn = None
|
||||||
if self.transport == 'local':
|
if self.transport == 'local':
|
||||||
|
|
Loading…
Reference in a new issue