Files
ansible/.woodpecker.yml
T
gballan 2d5e516ca6
ci/woodpecker/push/woodpecker Pipeline failed
Changing ansible-lint to run offline
2026-09-15 20:27:21 -04:00

11 lines
203 B
YAML

when:
- event: [pull_request, push]
branch: [main]
steps:
- name: linter
image: python:3.14-slim
commands:
- pip install --no-cache-dir ansible-lint
- ansible-lint --offline