diff --git a/ansible.cfg b/ansible.cfg index 020e6bf..da03e95 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,4 @@ [defaults] inventory = inventory.yml host_key_checking = accept-new -callbacks_enabled=ansible.posix.profile_tasks, ansible.posix.timer +callback_whitelist=ansible.posix.profile_tasks, ansible.posix.timer