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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-04 14:27:15 -07:00
parent f2eb6caf29
commit 5869239c9c

View file

@ -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