fix linters in github actions (#848)

Fix bug #846
within this commit ansible/ansible-lint updated to 24.12.2 and config moved to .config folder
This commit is contained in:
Yuriy Novostavskiy
2025-01-16 20:45:27 +01:00
committed by GitHub
parent 6efabd3418
commit 159a63af97
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
# no-changed-when is not requried for examples
plugins/connection/kubectl.py no-changed-when

8
.config/ansible-lint.yml Normal file
View File

@@ -0,0 +1,8 @@
---
profile: production
exclude_paths:
- .ansible/
- tests/integration
- tests/unit
- tests/sanity