Commit 1026e06e by Brian Coca

applied fix from #11034 by @ubergeek42

parent 2afb7f71
......@@ -1115,7 +1115,7 @@ class Runner(object):
self.callbacks.on_failed(host, data, ignore_errors)
else:
if self.diff:
self.callbacks.on_file_diff(conn.host, result.diff)
self.callbacks.on_file_diff(host, result.diff)
self.callbacks.on_ok(host, data)
return result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment