Revert "Attempt a fix"

No passwords on the filesystem please
This commit is contained in:
Salt 2022-02-15 14:41:25 -06:00
parent 49688ef667
commit 99ec15f99f

View File

@ -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