1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Run when whitelisted

This commit is contained in:
Jimmy Tang 2015-11-14 19:46:00 +00:00
parent 5f2f5e2b59
commit 125370ab48

View file

@ -190,6 +190,7 @@ class CallbackModule(CallbackBase):
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'notification'
CALLBACK_NAME = 'logentries'
CALLBACK_NEEDS_WHITELIST = True
def __init__(self):
super(CallbackModule, self).__init__()