Merge "Replace callback_whitelist with callback_enabled"

This commit is contained in:
Zuul 2021-08-09 04:05:28 +00:00 committed by Gerrit Code Review
commit ae0fc4d97f

View File

@ -11,7 +11,7 @@ fact_caching=jsonfile
fact_caching_connection=/var/cache/ansible/facts
# Squash warning about ansible auto-transforming group names with -'s in them
force_valid_group_names=ignore
callback_whitelist=profile_tasks, timer
callback_enabled=profile_tasks, timer
{% if install_ansible_ara_enable %}
callback_plugins=/etc/ansible/callback_plugins:{{ install_ansible_ara_callback_plugins.stdout }}
{% else %}