Skip to content
Snippets Groups Projects
Verified Commit b3f94001 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

ansible.cfg: Use new callbacks_enabled key name

As per the following deprecation warning (even though it has a typo):

[DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing
names to new standard, use callback_enabled instead. This feature will
be removed from ansible-core in version 2.15.  Deprecation warnings can
be disabled by setting deprecation_warnings=False in ansible.cfg.

[1] https://github.com/ansible/ansible/pull/74845
parent 0a460f6a
No related branches found
No related tags found
No related merge requests found
Pipeline #9647 passed
......@@ -8,7 +8,7 @@ roles_path = roles
vault_password_file = misc/get-vault-pass.sh
retry_files_enabled = False
callback_plugins = plugins/callback
callback_whitelist = profile_tasks
callbacks_enabled = profile_tasks
max_diff_size = 250000
[ssh_connection]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment