added back but stderr, which was the original itnention
This commit is contained in:
parent
3b9282fb90
commit
f4a997db49
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class CallbackModule(CallbackBase):
|
|||
|
||||
buf = "%s | %s | rc=%s >>\n" % (host, caption, result.get('rc',0))
|
||||
buf += result.get('stdout','')
|
||||
buf += result.get('stderr','')
|
||||
buf += result.get('msg','')
|
||||
|
||||
return buf + "\n"
|
||||
|
|
Loading…
Reference in a new issue