From d0e4450645df97a411642fe253256d7bcb92334f Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Fri, 7 Mar 2025 00:00:00 +0000 Subject: [PATCH] fix(tooling): fixed path to pass shellscript wrapper when running molecule commands --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index f66f6b7..1a5f982 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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'