mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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:
@@ -10,6 +10,7 @@ class CallbackModule(CallbackBase):
|
||||
"""
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'aggregate'
|
||||
CALLBACK_NAME = 'timer'
|
||||
|
||||
start_time = datetime.now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user