From 936e547c9af0bf6f7b0cb57f9f18b55421c39e4c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 12 Apr 2025 11:46:57 +1200 Subject: [PATCH] =?UTF-8?q?fix(ci)L=20Molecule=20unable=20to=20find=20role?= =?UTF-8?q?=20=20=F0=9F=90=9B=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- molecule/default/molecule.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 9ee0eaa..e0d2cc1 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -16,6 +16,9 @@ provisioner: name: ansible env: MOLECULE_NO_LOG: true + config_options: + defaults: + roles_path: "$MOLECULE_PROJECT_DIRECTORY/.." # verifier: # name: ansible # lint: |