summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
authorToshio くらとみ <toshio@batcave01.phx2.fedoraproject.org>2016-02-02 17:30:04 +0000
committerToshio くらとみ <toshio@batcave01.phx2.fedoraproject.org>2016-02-02 17:30:36 +0000
commitb7cdd67295fa20e17ae8f49a0bddb6af80b310b7 (patch)
tree95f5d858e9e0a5ba9a0b4c1de37fd6fa5eee1145 /callback_plugins
parentbd443105e0fbce6f1ce304341bda31a8414be7df (diff)
downloadansible-b7cdd67295fa20e17ae8f49a0bddb6af80b310b7.tar.gz
ansible-b7cdd67295fa20e17ae8f49a0bddb6af80b310b7.tar.xz
ansible-b7cdd67295fa20e17ae8f49a0bddb6af80b310b7.zip
Rename method correctly for new API
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/logdetail2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_plugins/logdetail2.py b/callback_plugins/logdetail2.py
index e264143e9..d746b8eb2 100644
--- a/callback_plugins/logdetail2.py
+++ b/callback_plugins/logdetail2.py
@@ -182,7 +182,7 @@ class CallbackModule(CallbackBase):
def set_play_context(self, play_context):
self.play_context = play_context
- def runner_on_failed(self, result, ignore_errors=False):
+ def v2_runner_on_failed(self, result, ignore_errors=False):
category = 'FAILED'
logmech.log(result._host.get_name(), category, result._result, self.task, self._task_count)