mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-08-09 07:23:19 +02:00
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:
committed by
Techno Tim
parent
83f205177d
commit
b6363cdfc5
@@ -33,7 +33,7 @@
|
|||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
argv: >-
|
argv: >-
|
||||||
{{
|
{{
|
||||||
[molecule_project_directory + '/.github/scripts/vagrant-up-timed.sh',
|
[playbook_dir + '/../../.github/scripts/vagrant-up-timed.sh',
|
||||||
molecule_ephemeral_directory] + item
|
molecule_ephemeral_directory] + item
|
||||||
}}
|
}}
|
||||||
loop: "{{ create_batches }}"
|
loop: "{{ create_batches }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user