mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
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
9 lines
108 B
YAML
9 lines
108 B
YAML
---
|
|
profile: production
|
|
|
|
exclude_paths:
|
|
- .ansible/
|
|
- tests/integration
|
|
- tests/unit
|
|
- tests/sanity
|