fixed dupe output in raw/command cases

pull/11776/head
Brian Coca 9 years ago
parent a78fdde32c
commit 3b9282fb90

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

Loading…
Cancel
Save