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