From e060e7efa136d1cdc188d197f62db841f030bcfb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 14 May 2020 22:32:21 +0200 Subject: [PATCH] Rename the fedora_messaging callback and enable it in ansible Signed-off-by: Pierre-Yves Chibon --- .../{fedora_messaging.py => fedora_messaging_callback.py} | 0 roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename callback_plugins/{fedora_messaging.py => fedora_messaging_callback.py} (100%) diff --git a/callback_plugins/fedora_messaging.py b/callback_plugins/fedora_messaging_callback.py similarity index 100% rename from callback_plugins/fedora_messaging.py rename to callback_plugins/fedora_messaging_callback.py diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 88e3b63163..b9306dc30a 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -77,7 +77,7 @@ roles_path = {{ ansible_base }}/ansible/roles:/usr/share/ansible/roles # enable callback plugins, they can output to stdout but cannot be 'stdout' type. #callback_whitelist = timer, mail -callback_whitelist = fedora_messaging,profile_roles,profile_tasks,logdetail +callback_whitelist = fedora_messaging_callback,profile_roles,profile_tasks,logdetail # Determine whether includes in tasks and handlers are "static" by # default. As of 2.0, includes are dynamic by default. Setting these