diff --git a/ansible.cfg b/ansible.cfg index f1d2d93..02ecbf4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,9 +14,8 @@ timeout = 30 host_key_checking = False display_skipped_hosts = False interpreter_python = auto_silent -# ansible_python_interpreter=/usr/bin/python3 bin_ansible_callbacks = true -callback_whitelist = yaml, timer, profile_tasks, profile_roles +callback_enabled = yaml, timer, profile_tasks, profile_roles [ssh_connection]