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.
This commit is contained in:
Timothy Stewart
2026-08-01 16:31:59 -05:00
committed by Techno Tim
parent 83f205177d
commit b6363cdfc5
+1 -1
View File
@@ -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 }}"