diff --git a/deployment/ansible.cfg b/deployment/ansible.cfg index 6794ede8e4e..e95401165eb 100644 --- a/deployment/ansible.cfg +++ b/deployment/ansible.cfg @@ -2,7 +2,7 @@ hash_behaviour = merge roles_path = ./roles/ filter_plugins = ./filter_plugins/ -callback_whitelist = timer, profile_tasks +callbacks_enabled = timer, profile_tasks gathering = smart fact_caching_connection = environments/.facts_cache fact_caching = jsonfile diff --git a/tools/docker/mongo/ansible.cfg b/tools/docker/mongo/ansible.cfg index 68cb0491a07..a6de36ce232 100644 --- a/tools/docker/mongo/ansible.cfg +++ b/tools/docker/mongo/ansible.cfg @@ -3,7 +3,7 @@ hash_behaviour = merge roles_path = ../../../deployment/roles/ filter_plugins = ../../../deployment/filter_plugins/ -callback_whitelist = timer, profile_tasks +callbacks_enabled = timer, profile_tasks host_key_checking = False [ssh_connection]