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 28042e3145
Signed by: ada
GPG key ID: 6A7F898157C6DE6E

9
.woodpecker.yaml Normal file
View file

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