Skip to content
Snippets Groups Projects
Commit b94a4557 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set search path for Vault password file outside of role directory so...

fix: set search path for Vault password file outside of role directory so Molecule will work locally and in CI
parent 34ef71d8
No related branches found
No related tags found
1 merge request!1test: adapt Molecule setup to suit peculiarities from the latest Molecule v6 release
Pipeline #4815 passed
...@@ -14,7 +14,8 @@ default: ...@@ -14,7 +14,8 @@ default:
- molecule --version - molecule --version
variables: variables:
SCENARIO: "default" SCENARIO: "default"
ANSIBLE_VAULT_PASSWORD_FILE: "molecule/lza_server_hardening.pass" # ANSIBLE_VAULT_PASSWORD_FILE: "molecule/lza_server_hardening.pass"
ANSIBLE_VAULT_PASSWORD_FILE: "../../../lza_server_hardening.pass"
test-job: test-job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment