mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Port should be an integer
This commit is contained in:
@@ -400,7 +400,7 @@ class Runner(object):
|
||||
|
||||
try:
|
||||
# connect
|
||||
conn = self.connector.connect(actual_host, actual_port)
|
||||
conn = self.connector.connect(actual_host, int(actual_port))
|
||||
if delegate_to:
|
||||
conn.delegate = host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user