Replace callback_whitelist with callback_enabled
This is throwing deprecation warnings from ansible. Also, honestly, the new name is much clearer. Change-Id: I5b4648235f1256178d8a102d7d7a1767a9096bfd
This commit is contained in:
parent
d8fd9bea18
commit
52a70baa8f
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user