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:
parent
8478671b55
commit
22d1a809dc
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue