From dd6fff6c2edd07d5d53775aded2bbb8d508ec687 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 21 May 2021 13:01:24 +0200 Subject: [PATCH 4/4] use ansible.posix.profile_tasks to show tasks durations (#54189) --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index c70c560..185cb4b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,4 @@ hash_behaviour = merge remote_tmp = /tmp interpreter_python = /usr/bin/python3 +callback_whitelist = ansible.posix.profile_tasks -- 2.32.0.rc0