mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
changed filtered to actionable cb plugin
This commit is contained in:
parent
54942ee8ff
commit
1dba6da40f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class CallbackModule(CallbackModule_default):
|
|||
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'stdout'
|
||||
CALLBACK_NAME = 'filtered'
|
||||
CALLBACK_NAME = 'actionable'
|
||||
|
||||
def __init__(self):
|
||||
self.super_ref = super(CallbackModule, self)
|
Loading…
Reference in a new issue