ansible-restic/.woodpecker/push.yaml
2025-08-12 18:01:33 +01:00

10 lines
198 B
YAML

when:
- event: push
steps:
- name: lint
image: docker.io/libary/python:3-alpine
commands:
- pip install ansible ansible-lint
- ansible-lint --version
- ansible-lint .