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:
James Cammarata
2013-08-28 19:27:18 -05:00
parent af1dd7075f
commit 7d3ae9fc75
2 changed files with 4 additions and 3 deletions

View File

@@ -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