copr-be: fix Ansible deprecation warning

[DEPRECATION WARNING]:
[defaults]callback_whitelist option, normalizing names to new standard,
use callbacks_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.
This commit is contained in:
Pavel Raiskup 2022-11-23 10:15:49 +01:00
parent f41ea9d060
commit 9de140addf

View file

@ -1,3 +1,3 @@
[defaults]
ansible_python_interpreter = /usr/bin/python3
callback_whitelist = profile_tasks
callbacks_enabled = profile_tasks