mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixing a few bugs related to fireball2
* ssh port not being picked up, always uses default of 22 * forgot to 'import time' in the fireball2 connection plugin
This commit is contained in:
@@ -20,6 +20,7 @@ import os
|
||||
import base64
|
||||
import socket
|
||||
import struct
|
||||
import time
|
||||
from ansible.callbacks import vvv
|
||||
from ansible.runner.connection_plugins.ssh import Connection as SSHConnection
|
||||
from ansible import utils
|
||||
|
||||
Reference in New Issue
Block a user