diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml index 6f38572..a968662 100644 --- a/.gitea/workflows/check.yaml +++ b/.gitea/workflows/check.yaml @@ -34,4 +34,4 @@ jobs: # I've been having problems with ssh-keyscan -p 2309 vmd98928.contaboserver.net, which # is the current inventory entry for misc. It's probably not a bad idea to remap that anyways. - run: echo "[misc]\npbrinkmeier.de ansible_port=2309" > ansible/inventory - - run: 'cd ansible && ansible-playbook --private-key "$HOME/.ssh/id" --vault-password-file "$HOME/vault_password" --check playbooks/misc-all.yaml' + - run: 'cd ansible && venv/bin/ansible-playbook --private-key "$HOME/.ssh/id" --vault-password-file "$HOME/vault_password" --check playbooks/misc-all.yaml'