From 4169dfe06e1a8cb4070cb095fc8f9e82abe91ba2 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 2 May 2023 14:59:21 -0400 Subject: [PATCH] update ansible.cfg --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 0a239fd..e40d488 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,3 @@ [defaults] bin_ansible_callbacks = True -callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer +callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer