From 9420f917121475e9a0b9ae3e1f83c3bfe98bd759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Mon, 26 Aug 2024 14:06:20 +0200 Subject: [PATCH] test: set correct Vault variable --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20d1a9b..3178fd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/; \ -- GitLab