Files
kubernetes.core/.config/ansible-lint.yml
patchback[bot] d3f6dd186c fix linters in github actions (#848) (#849)
This is a backport of PR #848 as merged into main (159a63a).
SUMMARY
After the release 25.0.0 of ansible-compat the linters in CI become failing. In the ansible-lint issue already created
COMPONENT NAME
.github/workflows/linters.yaml
ADDITIONAL INFORMATION
Fix bug #846
within this commit ansible/ansible-lint is updated to 24.12.2 and the ansible-lint config moved to the .config folder
2025-01-17 15:52:51 +00:00

9 lines
108 B
YAML

---
profile: production
exclude_paths:
- .ansible/
- tests/integration
- tests/unit
- tests/sanity