From 39c9faf5390720262f34bfc8658c09a31b2d1a55 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Thu, 30 Jan 2025 13:19:38 +0100 Subject: [PATCH] WIP --- molecule/mirroring/prepare.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/molecule/mirroring/prepare.yml b/molecule/mirroring/prepare.yml index f17db3a2..aed93e88 100644 --- a/molecule/mirroring/prepare.yml +++ b/molecule/mirroring/prepare.yml @@ -2,5 +2,7 @@ - name: Prepare hosts: all tasks: + - ansible.builtin.debug: + var: activemq_install_requires_become - name: "Run preparation common to all scenario" ansible.builtin.include_tasks: ../prepare.yml