From dc4a1d3d1cdc484973040be475f692915d7114c2 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Thu, 9 Oct 2025 16:48:33 +0100 Subject: [PATCH] Add timing to Ansible output --- ansible.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 15df2f9e..9bab6872 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] -# Add timing information to playbook output. -callback_whitelist = ansible.posix.profile_tasks +stdout_callback = community.general.yaml +pipelining = True +callbacks_enabled = ansible.posix.profile_tasks