ansible/roles/copr/backend/files/ansible.cfg
Pavel Raiskup 2cb47769d9 copr: backend: install .ansible.cfg for copr/resalloc
And enforce
ansible_python_interpreter = /usr/bin/python3
callback_whitelist = profile_tasks
this way.
2020-04-24 21:34:08 +02:00

3 lines
92 B
INI

[defaults]
ansible_python_interpreter = /usr/bin/python3
callback_whitelist = profile_tasks