From cbbf31e7b5b6124f0ad829f6e9d989eb24262515 Mon Sep 17 00:00:00 2001 From: Julien Georges Date: Tue, 10 Feb 2026 12:11:43 +0100 Subject: [PATCH] Bug #15713: Updating deprecated parameter for ansible.cfg --- deployment/ansible.cfg | 2 +- tools/docker/mongo/ansible.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]