fix(tooling): fixed path to pass shellscript wrapper when running molecule commands
This commit is contained in:
parent
b70a8301bb
commit
d0e4450645
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ includes:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REPOSITORY: pouncetech/molecule
|
DOCKER_REPOSITORY: pouncetech/molecule
|
||||||
ANSIBLE_VAULT_PASSWORD_FILE: ./scripts/pass_get_vault_id.sh
|
ANSIBLE_VAULT_PASSWORD_FILE: '{{.ROOT_DIR}}/scripts/pass_get_vault_id.sh'
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
PYTHON_WRAPPER: '{{.ROOT_DIR}}/scripts/python_wrapper.sh'
|
PYTHON_WRAPPER: '{{.ROOT_DIR}}/scripts/python_wrapper.sh'
|
||||||
|
|
Loading…
Add table
Reference in a new issue