From b6363cdfc52ed7fda1962c34440c77007e32deb4 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 1 Aug 2026 16:31:59 -0500 Subject: [PATCH] fix(molecule): use stable startup script path - Resolve the bounded Vagrant startup helper relative to the playbook. - Avoid relying on an unavailable Molecule project directory variable. --- molecule/default/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/create.yml b/molecule/default/create.yml index 31bf5c1d..134b7a3f 100644 --- a/molecule/default/create.yml +++ b/molecule/default/create.yml @@ -33,7 +33,7 @@ ansible.builtin.command: argv: >- {{ - [molecule_project_directory + '/.github/scripts/vagrant-up-timed.sh', + [playbook_dir + '/../../.github/scripts/vagrant-up-timed.sh', molecule_ephemeral_directory] + item }} loop: "{{ create_batches }}"