From a3bff9a4ff3cb59406ed549753e6ba3a462b3121 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 30 Jun 2022 11:28:30 +0200 Subject: [PATCH] remove warning about callback_whitelist --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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