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

test: set correct Vault variable

parent 145510f2
No related branches found
No related tags found
No related merge requests found
Pipeline #6860 failed
......@@ -18,7 +18,7 @@ default:
variables:
SCENARIO: "default"
ANSIBLE_VAULT_PASSWORD_FILE: "${CI_PROJECT_DIR}/molecule/${SCENARIO}/../../../../../lza_amrepo_backup.pass"
ANSIBLE_VAULT_PASSWORD_FILE: "${CI_PROJECT_DIR}/molecule/${SCENARIO}/../../../lza_amrepo_backup.pass"
ANSIBLE_FORCE_COLOR: 'true'
PY_COLORS: '1'
......@@ -28,7 +28,7 @@ test-job:
- "shell"
script:
# # make sure that Ansible Vaults are present and can be decrypted
- echo "${VAULT_INSTALL_COMMON}" > ${ANSIBLE_VAULT_PASSWORD_FILE}
- echo "${VAULT_AM_BACKUP}" > ${ANSIBLE_VAULT_PASSWORD_FILE}
- export ANSIBLE_VAULT_IDENTITY_LIST="${ANSIBLE_VAULT_PASSWORD_FILE}"
# - 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/; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment