1
0
Fork 0
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:
Brian Coca 2016-02-18 02:32:05 -08:00
parent 54942ee8ff
commit 1dba6da40f

View file

@ -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)