Attempt a fix
This commit is contained in:
parent
9dddfa65c6
commit
10ec2d19c6
@ -11,6 +11,9 @@ before_script:
|
|||||||
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -
|
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod -R 0700 ~/.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
|
# Dump the vault password
|
||||||
- touch /vaultpw
|
- touch /vaultpw
|
||||||
- chmod 0600 /vaultpw
|
- chmod 0600 /vaultpw
|
||||||
|
Loading…
Reference in New Issue
Block a user