fixup! fixup! fixup! fixup! fixup! fixup! Implement ansible-lint workflow
Some checks reported warnings
Check / Lint Ansible Files (push) Has been cancelled
Check / Run ansible-playbook --check (push) Has been cancelled
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-09-01 03:03:15 +02:00
parent 0ef52b4206
commit 0278670e12

View File

@ -27,7 +27,8 @@ jobs:
env:
SSH_KEY: ${{ secrets.ssh_key }}
- run: chmod 0600 ~/.ssh/id
- run: ssh-keyscan -p 2309 vmd98928.contaboserver.net > "$HOME/.ssh/known_hosts"
- run: ssk-keyscan
- run: ssh-keyscan -T 30 -p 2309 vmd98928.contaboserver.net > "$HOME/.ssh/known_hosts"
- run: echo "$VAULT_PASSWORD" > "$HOME/vault_password"
env:
VAULT_PASSWORD: ${{ secrets.vault_password }}