mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
[PR #5761/84ebda65 backport][stable-4] Fix callback plugin types (#5762)
Fix callback plugin types (#5761)
Fix callback types.
(cherry picked from commit 84ebda65f1
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4ea084cc29
commit
9b13efe654
7 changed files with 17 additions and 10 deletions
|
@ -112,7 +112,7 @@ from ansible.plugins.callback import CallbackBase
|
|||
class CallbackModule(CallbackBase):
|
||||
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'aggregate'
|
||||
CALLBACK_TYPE = 'notification'
|
||||
CALLBACK_NAME = 'community.general.logstash'
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue