mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fixed dupe output in raw/command cases
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user