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:
parent
f2eb6caf29
commit
5869239c9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue