hac/.woodpecker.yaml

10 lines
208 B
YAML
Raw Normal View History

2024-03-20 13:49:07 +01:00
steps:
- name: ansible-lint
image: debian
commands:
- apt-get update
- apt-get -y install python3 python3-pip
- apt-get install -y ansible
- cd ansible/
- ansible-lint