From 99ec15f99ff3341629e7b72aa5bdbdfebd552644 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 14:41:25 -0600 Subject: [PATCH] Revert "Attempt a fix" No passwords on the filesystem please --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 881d23b..46ded36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,6 @@ before_script: - echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add - - mkdir -p ~/.ssh - chmod -R 0700 ~/.ssh - - touch ~/.ssh/desu - - chmod 0600 ~/.ssh/desu - - echo "$ANSIBLE_SSH_KEY" | tr -d '\r' > ~/.ssh/desu # Dump the vault password - touch /vaultpw - chmod 0600 /vaultpw