mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
commit
3311763225
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class ParamikoConnection(object):
|
|||
if 'hostname' in credentials:
|
||||
self.host = credentials['hostname']
|
||||
if 'port' in credentials:
|
||||
self.port = credentials['port']
|
||||
self.port = int(credentials['port'])
|
||||
if 'user' in credentials:
|
||||
user = credentials['user']
|
||||
if 'identityfile' in credentials:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue