From 2f72d661589a51335a43a6ac1bda8189e69f2b7c Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 4 Oct 2023 19:36:18 +1100 Subject: [PATCH] add ansible.posix.profile_tasks --- tests/ansible.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/ansible.cfg b/tests/ansible.cfg index 0e90c03143..3ee9b5a367 100644 --- a/tests/ansible.cfg +++ b/tests/ansible.cfg @@ -5,7 +5,4 @@ host_key_checking = False deprecation_warnings = False interpreter_python = auto_silent callback_whitelist = profile_tasks - -[galaxy] -server = https://old-galaxy.ansible.com/ -;server = https://galaxy.ansible.com/ +callbacks_enabled=ansible.posix.profile_tasks