mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
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)
|
call_callback_module('runner_on_async_failed', host, res, jid)
|
||||||
|
|
||||||
def on_file_diff(self, host, diff):
|
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…
Add table
Add a link
Reference in a new issue