Attempt a fix

This commit is contained in:
Salt 2022-02-15 14:09:39 -06:00
parent 9dddfa65c6
commit 10ec2d19c6

View File

@ -11,6 +11,9 @@ 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