Add ansible command, fix import error in runner
This commit is contained in:
parent
1bd1552b43
commit
a5499d8992
1 changed files with 5 additions and 0 deletions
5
command
5
command
|
@ -51,6 +51,11 @@ except:
|
|||
endd = datetime.datetime.now()
|
||||
delta = endd - startd
|
||||
|
||||
if out is None:
|
||||
out = ''
|
||||
if err is None:
|
||||
err = ''
|
||||
|
||||
result = {
|
||||
"stdout" : out,
|
||||
"stderr" : err,
|
||||
|
|
Loading…
Reference in a new issue