diff options
| author | Toshio くらとみ <toshio@batcave01.phx2.fedoraproject.org> | 2016-02-02 17:30:04 +0000 |
|---|---|---|
| committer | Toshio くらとみ <toshio@batcave01.phx2.fedoraproject.org> | 2016-02-02 17:30:36 +0000 |
| commit | b7cdd67295fa20e17ae8f49a0bddb6af80b310b7 (patch) | |
| tree | 95f5d858e9e0a5ba9a0b4c1de37fd6fa5eee1145 /callback_plugins | |
| parent | bd443105e0fbce6f1ce304341bda31a8414be7df (diff) | |
| download | ansible-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.py | 2 |
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) |
