mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
fixed method signature as per #15668
This commit is contained in:
@@ -63,7 +63,7 @@ class CallbackModule(CallbackBase):
|
||||
def v2_runner_on_ok(self, result):
|
||||
self.result_to_tree(result)
|
||||
|
||||
def v2_runner_on_failed(self, result):
|
||||
def v2_runner_on_failed(self, result, ignore_errors=False:
|
||||
self.result_to_tree(result)
|
||||
|
||||
def v2_runner_on_unreachable(self, result):
|
||||
|
||||
Reference in New Issue
Block a user