feat: add woodpecker to ansible-lint exclusions

This commit is contained in:
Simon Cornet 2026-05-11 12:23:31 +02:00
commit a794da2d72

View file

@ -3,6 +3,7 @@
exclude_paths: exclude_paths:
- ".gitlab/*" - ".gitlab/*"
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
- ".woodpecker/*"
- "defaults/main.yaml" - "defaults/main.yaml"
- "meta/main.yaml" - "meta/main.yaml"
- "vars/*" - "vars/*"