Fix linters in CI (#873)

SUMMARY
It seems that recent updates in linters break CI. Closes #874
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
CI
ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: Yuriy Novostavskiy
This commit is contained in:
Yuriy Novostavskiy
2025-02-06 16:16:55 +01:00
committed by GitHub
parent 1943dfc3d9
commit 91df2f10bc
6 changed files with 16 additions and 4 deletions

5
.ansible-lint-ignore Normal file
View File

@@ -0,0 +1,5 @@
# https://docs.ansible.com/ansible-lint/docs/rules/
# no-changed-when is not requried for examples
plugins/connection/kubectl.py no-changed-when
# false positive result
plugins/connection/kubectl.py var-naming[no-reserved]