mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Initialize sftp variable to fix error on transferless session
This commit is contained in:
parent
2d3c9452c9
commit
1052dd9c8f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class Connection(object):
|
|||
def __init__(self, runner, host, port=None):
|
||||
|
||||
self.ssh = None
|
||||
self.sftp = None
|
||||
self.runner = runner
|
||||
self.host = host
|
||||
self.port = port
|
||||
|
|
Loading…
Reference in a new issue