add ansible-lint ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ada 2024-03-20 13:49:07 +01:00
parent b81c954a1e
commit 343d94d59d
Signed by: ada
GPG key ID: 6A7F898157C6DE6E

8
.woodpecker.yaml Normal file
View file

@ -0,0 +1,8 @@
steps:
- name: ansible-lint
image: debian
commands:
- apt-get update
- apt-get install -y ansible-lint
- cd ansible/
- ansible-lint