fixed dupe output in raw/command cases
This commit is contained in:
parent
a78fdde32c
commit
3b9282fb90
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ 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('stdout','')
|
|
||||||
buf += result.get('msg','')
|
buf += result.get('msg','')
|
||||||
|
|
||||||
return buf + "\n"
|
return buf + "\n"
|
||||||
|
|
Loading…
Reference in a new issue