mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -07:00
Revert "make callbacks declare needing whitelisting"
another premature merge
This reverts commit df8ff85787
.
This commit is contained in:
parent
3c1c5b060c
commit
5017a96948
10 changed files with 3 additions and 13 deletions
|
@ -28,8 +28,7 @@ class CallbackModule(CallbackBase):
|
|||
"""
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'aggregate'
|
||||
CALLBACK_NAME = 'context_demo'
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
CALLBACK_TYPE = 'context_demo'
|
||||
|
||||
def v2_on_any(self, *args, **kwargs):
|
||||
i = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue