From da049dcc28f0b90941453e11be433a410202afb1 Mon Sep 17 00:00:00 2001 From: theonejj <55584062+theonejj@users.noreply.github.com> Date: Fri, 2 Dec 2022 06:09:02 +0100 Subject: [PATCH] fix: config warning callback_whitelist (#170) Co-authored-by: Jan Jansen --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index faecd2f6..2c764c07 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -9,7 +9,7 @@ local_tmp = $HOME/.ansible/tmp timeout = 60 host_key_checking = False deprecation_warnings = False -callback_whitelist = profile_tasks +callbacks_enabled = profile_tasks log_path = ./ansible.log [privilege_escalation]