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

This commit is contained in:
Paul Brinkmeier 2023-09-01 03:22:41 +02:00
parent 56d25e18f1
commit 5645f0624b

View File

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