diff --git a/ansible.cfg b/ansible.cfg index 9d3ca9b..01a3cdf 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