Pass host to runner_on_file_diff callback
This commit is contained in:
parent
f6c3dce497
commit
35457b67f5
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class DefaultRunnerCallbacks(object):
|
|||
call_callback_module('runner_on_async_failed', host, res, jid)
|
||||
|
||||
def on_file_diff(self, host, diff):
|
||||
call_callback_module('runner_on_file_diff', diff)
|
||||
call_callback_module('runner_on_file_diff', host, diff)
|
||||
|
||||
########################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue