Files
kubevirt.core/.ansible-lint
Felix Matouschek d4e3ee14b3 ci: Fix ansible-lint config
Drop the parseable option which is not supported anymore.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2026-01-12 16:42:43 +01:00

12 lines
150 B
Plaintext

---
# .ansible-lint
exclude_paths:
- .github/
enable_list:
- fqcn-builtins # opt-in
- no-log-password # opt-in
- yaml
profile: production