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