Rename the fedora_messaging callback and enable it in ansible

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-14 22:32:21 +02:00
parent 4ac2b91273
commit e060e7efa1
2 changed files with 1 additions and 1 deletions

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