fix(tooling): fixed path to pass shellscript wrapper when running molecule commands

This commit is contained in:
NaeiKinDus 2025-03-07 00:00:00 +00:00
parent b70a8301bb
commit d0e4450645
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -9,7 +9,7 @@ includes:
env:
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:
PYTHON_WRAPPER: '{{.ROOT_DIR}}/scripts/python_wrapper.sh'