From 125370ab482a3d0179b2f8a5c473550e17daa4e0 Mon Sep 17 00:00:00 2001 From: Jimmy Tang Date: Sat, 14 Nov 2015 19:46:00 +0000 Subject: [PATCH] Run when whitelisted --- lib/ansible/plugins/callback/logentries.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/callback/logentries.py b/lib/ansible/plugins/callback/logentries.py index 7195cca6f18..22980e1e4d3 100644 --- a/lib/ansible/plugins/callback/logentries.py +++ b/lib/ansible/plugins/callback/logentries.py @@ -190,6 +190,7 @@ class CallbackModule(CallbackBase): CALLBACK_VERSION = 2.0 CALLBACK_TYPE = 'notification' CALLBACK_NAME = 'logentries' + CALLBACK_NEEDS_WHITELIST = True def __init__(self): super(CallbackModule, self).__init__()