From 42fb7192b9fc0297594f7994be108c954c5dcdc5 Mon Sep 17 00:00:00 2001 From: pemontto Date: Tue, 22 Oct 2019 13:04:22 +0100 Subject: [PATCH] Add profiling to measure time spent on tasks --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index d9a8c50..cf7951c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1 +1,2 @@ -[defaults] \ No newline at end of file +[defaults] +callback_whitelist = profile_tasks \ No newline at end of file