added back but stderr, which was the original itnention

pull/4420/head
Brian Coca 2015-07-28 14:36:06 -04:00
parent 3b9282fb90
commit f4a997db49
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class CallbackModule(CallbackBase):
buf = "%s | %s | rc=%s >>\n" % (host, caption, result.get('rc',0)) buf = "%s | %s | rc=%s >>\n" % (host, caption, result.get('rc',0))
buf += result.get('stdout','') buf += result.get('stdout','')
buf += result.get('stderr','')
buf += result.get('msg','') buf += result.get('msg','')
return buf + "\n" return buf + "\n"