From 5869239c9c2de73fbadb7270fcbb3c81135e042f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 14:27:15 -0700 Subject: [PATCH] batcave01 / ansible_server: disable fedora-messaging callback for now. It doesn't work with python3.8 ansible-core. I would really like to find a way to do this however. Signed-off-by: Kevin Fenzi --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index e36ed5b99f..d33e18c670 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_callback,profile_roles,profile_tasks,logdetail +callback_whitelist = 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