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