Update plugins/callback/job_status.py
This commit is contained in:
parent
5126cc7cf5
commit
ddf5be282a
@ -11,7 +11,7 @@ from ansible.utils.display import Display
|
|||||||
class CallbackModule(CallbackBase):
|
class CallbackModule(CallbackBase):
|
||||||
CALLBACK_VERSION = 2.0
|
CALLBACK_VERSION = 2.0
|
||||||
CALLBACK_TYPE = 'notification'
|
CALLBACK_TYPE = 'notification'
|
||||||
CALLBACK_NAME = 'YO MOMMA IS SOOOOOO FAT....how fat is she?'
|
CALLBACK_NAME = 'this doesnt matter'
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CallbackModule, self).__init__()
|
super(CallbackModule, self).__init__()
|
||||||
@ -26,6 +26,6 @@ class CallbackModule(CallbackBase):
|
|||||||
|
|
||||||
|
|
||||||
def v2_on_any(self, *args, **kwargs):
|
def v2_on_any(self, *args, **kwargs):
|
||||||
self._display.display("sup, y0?! my name is %s", color=C.COLOR_OK)
|
self._display.display("ohai", color=C.COLOR_OK)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user