fixup! fixup! fixup! fixup! fixup! Implement ansible-lint workflow
Some checks failed
Check / Lint Ansible Files (push) Successful in 1m38s
Check / Run ansible-playbook --check (push) Failing after 1m21s
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-09-01 02:55:52 +02:00
parent 2326809010
commit 0ef52b4206

View File

@ -25,10 +25,10 @@ jobs:
- run: mkdir "$HOME/.ssh"
- run: echo "$SSH_KEY" > "$HOME/.ssh/id"
env:
SSH_KEY: ${{ secrets.sshKey }}
SSH_KEY: ${{ secrets.ssh_key }}
- run: chmod 0600 ~/.ssh/id
- run: ssh-keyscan -p 2309 vmd98928.contaboserver.net > "$HOME/.ssh/known_hosts"
- run: echo "$VAULT_PASSWORD" > "$HOME/vault_password"
env:
VAULT_PASSWORD: ${{ secrets.vaultPassword }}
VAULT_PASSWORD: ${{ secrets.vault_password }}
- run: 'cd ansible && ansible-playbook --private-key "$HOME/.ssh/id" --vault-password-file "$HOME/vault_password" --check playbooks/misc-all.yaml'