diff --git a/callback_plugins/webhook_callback.py b/callback_plugins/webhook_callback.py index 96a0e8c..26d09bd 100644 --- a/callback_plugins/webhook_callback.py +++ b/callback_plugins/webhook_callback.py @@ -17,19 +17,6 @@ class CallbackModule(CallbackBase): super(CallbackModule, self).__init__() - def v2_playbook_on_start(self, playbook): - self._display.display("Custom commands for go here", color=C.COLOR_OK) - - - def v2_playbook_on_task_start(self, task, is_conditional): - self._display.display("Custom commands for go here", color=C.COLOR_OK) - - - def v2_playbook_on_stats(self, stats): - self._display.display("Custom commands for go here", color=C.COLOR_OK) - -################################################################################################################### - def v2_on_any(self, *args, **kwargs): self._display.display("Custom commands for go here", color=C.COLOR_OK)