From d05c1a61b978c284963671be94d8e5c4bbcfe070 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Jun 2020 11:41:55 -0700 Subject: [PATCH] ansible server: we enable logdetail, so call the plugin logdetail Signed-off-by: Kevin Fenzi --- callback_plugins/logdetail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py index cd7226b267..89fa3d3370 100644 --- a/callback_plugins/logdetail.py +++ b/callback_plugins/logdetail.py @@ -168,7 +168,7 @@ class CallbackModule(CallbackBase): """ logs playbook results, per host, in /var/log/ansible/hosts """ - CALLBACK_NAME = 'logdetail2' + CALLBACK_NAME = 'logdetail' CALLBACK_TYPE = 'notification' CALLBACK_VERSION = 2.0 CALLBACK_NEEDS_WHITELIST = True