Skip to content

Commit 1d0a0fd

Browse files
authored
Merge pull request #3553 from ProgrammeVitam/bug_15713
Bug #15713: Updating deprecated parameter for ansible.cfg
2 parents 4ce4ce2 + cbbf31e commit 1d0a0fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
hash_behaviour = merge
33
roles_path = ./roles/
44
filter_plugins = ./filter_plugins/
5-
callback_whitelist = timer, profile_tasks
5+
callbacks_enabled = timer, profile_tasks
66
gathering = smart
77
fact_caching_connection = environments/.facts_cache
88
fact_caching = jsonfile

tools/docker/mongo/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
hash_behaviour = merge
44
roles_path = ../../../deployment/roles/
55
filter_plugins = ../../../deployment/filter_plugins/
6-
callback_whitelist = timer, profile_tasks
6+
callbacks_enabled = timer, profile_tasks
77
host_key_checking = False
88

99
[ssh_connection]

0 commit comments

Comments
 (0)