mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
added back but stderr, which was the original itnention
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user