diff --git a/ansible.cfg b/ansible.cfg index 8d37183..1ca08c8 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,7 @@ forks = 20 ask_pass = True host_key_checking = False -callback_whitelist = timer, profile_tasks +callback_enabled = timer, profile_tasks remote_user = formation gathering = smart fact_caching = jsonfile