diff --git a/ansible.cfg b/ansible.cfg index faecd2f6..2c764c07 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -9,7 +9,7 @@ local_tmp = $HOME/.ansible/tmp timeout = 60 host_key_checking = False deprecation_warnings = False -callback_whitelist = profile_tasks +callbacks_enabled = profile_tasks log_path = ./ansible.log [privilege_escalation]