mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-21 20:59:10 +00:00
Fix: avoid deprecated callback. (#11485)
* Fix: avoid deprecated callback. * addition of changelog * Improve changelog fragment. --------- Co-authored-by: tom uijldert <tom.uijldert@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0e184d24cf
commit
cb91ff424f
2 changed files with 3 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ class CallbackModule(CallbackBase):
|
|||
self._runtime(result),
|
||||
)
|
||||
|
||||
def runner_on_async_failed(self, result, **kwargs):
|
||||
def v2_runner_on_async_failed(self, result, **kwargs):
|
||||
self.splunk.send_event(
|
||||
self.url,
|
||||
self.authtoken,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue