2023-08-27 11:41:08 +02:00
|
|
|
# vim:filetype=yaml
|
2023-08-25 20:06:04 +02:00
|
|
|
# https://ansible-lint.readthedocs.io/en/latest/configuring.html
|
|
|
|
|
|
|
|
skip_list:
|
2023-08-27 11:41:08 +02:00
|
|
|
# clashes with prettier
|
|
|
|
- yaml
|
|
|
|
|
|
|
|
# I DO WANT TO UPGRADE PACKAGES!!!
|
|
|
|
- package-latest
|
|
|
|
|
|
|
|
# I want the latest…
|
|
|
|
- latest[git]
|
|
|
|
|
|
|
|
# I want some directory structure to this…
|
|
|
|
- role-name[path]
|
2023-08-25 20:06:04 +02:00
|
|
|
|
|
|
|
warn_list:
|
2023-08-27 11:41:08 +02:00
|
|
|
# sometimes this is desired
|
|
|
|
- command-instead-of-module
|
|
|
|
|
|
|
|
# htpasswd -> community.general.web_infrastructure.htpasswd
|
|
|
|
- fqcn[action]
|
|
|
|
|
|
|
|
# false positive: Unsupported parameters for k8s module
|
|
|
|
- args[module]
|