mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Merge pull request #12867 from bcoca/callback_whitelist_tweak
make callbacks declare needing whitelisting
This commit is contained in:
commit
e2c56efca6
10 changed files with 13 additions and 3 deletions
|
@ -40,6 +40,7 @@ class CallbackModule(CallbackBase):
|
|||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'notification'
|
||||
CALLBACK_NAME = 'log_plays'
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
|
||||
TIME_FORMAT="%b %d %Y %H:%M:%S"
|
||||
MSG_FORMAT="%(now)s - %(category)s - %(data)s\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue