From f2a89fdf4365c80a7e815400a12727c65d368ca9 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 6 Jul 2021 01:40:59 +0000 Subject: [PATCH] Add task profiling --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 1c68e8b..ae0c13a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,7 @@ inventory = ./inventory/ forks = 5 retry_files_enabled = False interpreter_python = auto +callback_whitelist = ansible.posix.profile_tasks [ssh_connection] # pipelining = true