hac/.woodpecker.yaml

9 lines
201 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
- pip3 install ansible
- cd ansible/
- ansible-lint