mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
added verbose option to show callback loaded info
also made mail module print nicer without all those 'u'
This commit is contained in:
@@ -21,6 +21,7 @@ class CallbackModule(CallbackBase):
|
||||
"""
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'aggregate'
|
||||
CALLBACK_NAME = 'syslog_json'
|
||||
|
||||
def __init__(self, display):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user