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
parent 8478671b55
commit 22d1a809dc
1 changed files with 1 additions and 1 deletions

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 }}"