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

This commit is contained in:
Paul Brinkmeier 2023-09-01 03:37:20 +02:00
parent 49ed971d42
commit abf3b919f0

View File

@ -34,4 +34,4 @@ jobs:
# I've been having problems with ssh-keyscan -p 2309 vmd98928.contaboserver.net, which # 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. # 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: 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'