mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
add space between function
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user