chore: enable offline mode for ansible-lint
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-19 16:13:44 +02:00
commit a9dd3dedf0

View file

@ -11,6 +11,8 @@ exclude_paths:
kinds: kinds:
- playbook: "**/*.{yml,yaml}" - playbook: "**/*.{yml,yaml}"
offline: true
skip_list: skip_list:
- "command-shell" - "command-shell"
- "experimental" - "experimental"