mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Revert "make callbacks declare needing whitelisting"
another premature merge
This reverts commit df8ff85787.
This commit is contained in:
@@ -46,9 +46,8 @@ class CallbackModule(CallbackBase):
|
||||
|
||||
"""
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'notification'
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_NAME = 'hipchat'
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
|
||||
def __init__(self, display):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user