mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
added verbose option to show callback loaded info
also made mail module print nicer without all those 'u'
This commit is contained in:
parent
4b9a79d42b
commit
7a1bce1b5d
10 changed files with 22 additions and 5 deletions
|
@ -42,7 +42,8 @@ class CallbackModule(CallbackBase):
|
|||
|
||||
"""
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'notification'
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_NAME = 'hipchat'
|
||||
|
||||
def __init__(self, display):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue