mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix tree view to work with callbacks
This commit is contained in:
@@ -98,7 +98,7 @@ class CliRunnerCallbacks(DefaultRunnerCallbacks):
|
||||
def on_unreachable(self, host, res):
|
||||
print "%s | FAILED => %s" % (host, res)
|
||||
if self.options.tree:
|
||||
utils.write_tree_file(self.options.tree, host, dict(failed=True, msg=res))
|
||||
utils.write_tree_file(self.options.tree, host, utils.bigjson(dict(failed=True, msg=res)))
|
||||
|
||||
def on_skipped(self, host):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user