From 40c3946af5d094bab5b4ef884906f4ce6c677a94 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 10 Feb 2022 05:32:54 -0500 Subject: [PATCH] fixes for ansible.cfg --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index e233798..48c5216 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -16,7 +16,7 @@ host_key_checking = False display_skipped_hosts = False interpreter_python = auto_silent bin_ansible_callbacks = True -callback_whitelist = profile_tasks +callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer deprecation_warnings = False command_warnings = False