mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user