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

fix: use ANSIBLE_VAULT_PASSWORD_FILE instead of ANSIBLE_VAULT_IDENTITY_LIST in...

fix: use ANSIBLE_VAULT_PASSWORD_FILE instead of ANSIBLE_VAULT_IDENTITY_LIST in Gitlab-CI config, as it interferes with Molecule
parent a6cf6909
Branches
No related tags found
No related merge requests found
Pipeline #6622 failed
......@@ -23,7 +23,7 @@ test-job:
script:
# make sure that Ansible Vaults are present and can be decrypted
- echo "${VAULT_VALIDATORS}" > ../lza_validators.pass
- export ANSIBLE_VAULT_IDENTITY_LIST="../lza_validators.pass"
- export ANSIBLE_VAULT_PASSWORD_FILE="../lza_validators.pass"
- rm -rf ../ansible_vaults/
- git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/;
# - for FILE in $( find /home/gitlab-runner/builds/ -name "lza_validators.pass" ); do ls -l $FILE; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment