mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix grafana CALLBACK_VERSION
This commit is contained in:
committed by
Brian Coca
parent
0bd2cd4394
commit
92bb3c2788
@@ -149,7 +149,7 @@ class CallbackModule(CallbackBase):
|
||||
and put the plugin in <path_to_callback_plugins_folder>
|
||||
"""
|
||||
|
||||
CALLBACK_VERSION = 1.0
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'aggregate'
|
||||
CALLBACK_NAME = 'grafana_annotations'
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
|
||||
Reference in New Issue
Block a user