CI fix for 976 (#982) (#984)

This is a backport of PR #982 as merged into main (a861079).
SUMMARY
Exclude plugins/connection/kubectl.py from ansible-lint, as this file contains only examples that is simplificated and may not be accordingally to linter rules.
resolves #976
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
CI
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
patchback[bot]
2025-08-12 15:41:03 +00:00
committed by GitHub
parent 4b2dc4f974
commit 1e711d4da8
4 changed files with 6 additions and 1 deletions

9
.ansible-lint Normal file
View File

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