From 0027e8b04da2d5b8beb38c66f86ddbd263aeff33 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sat, 13 Apr 2024 13:22:37 +0200 Subject: [PATCH] Enable callback_plugin for total elapsed time information. --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index f56dcd4..020e6bf 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,4 @@ [defaults] inventory = inventory.yml host_key_checking = accept-new -callbacks_enabled=ansible.posix.profile_tasks +callbacks_enabled=ansible.posix.profile_tasks, ansible.posix.timer