From e2029cf8aa6fe94ba4155d6b8de6f869fdeed9b4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 20 Dec 2021 17:48:14 +0000 Subject: [PATCH] Pretend vault pass script is the password --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a32cb5..449cee7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,6 @@ ansible: - chmod 0755 ansible/ # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir - apt-get update && apt-get install -y bash git - ./scripts/ansible/setup.sh + - chmod -x ansible/vault-pass.sh # HACK: Pretend executable _is_ the password script: - ./scripts/ansible/lint.sh