From 4249473328fd919fe4f9d9b00703bd885c745f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Deloumeau-Prigent?= Date: Wed, 7 Feb 2024 11:02:47 +0100 Subject: [PATCH] profile tasks --- molecule/default/molecule.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index e7adf52..07b0ffb 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -27,6 +27,9 @@ provisioner: name: ansible env: ANSIBLE_FORCE_COLOR: "true" + ANSIBLE_LOAD_CALLBACK_PLUGINS: "true" + ANSIBLE_STDOUT_CALLBACK: "ansible.posix.debug" + ANSIBLE_CALLBACKS_ENABLED: "ansible.posix.profile_tasks" options: v: true