11 lines
387 B
Text
11 lines
387 B
Text
|
# https://ansible-lint.readthedocs.io/en/latest/configuring.html
|
||
|
|
||
|
skip_list:
|
||
|
- yaml # clashes with prettier
|
||
|
- package-latest # I DO WANT TO UPGRADE PACKAGES!!!
|
||
|
|
||
|
warn_list:
|
||
|
- command-instead-of-module # sometimes this is desired
|
||
|
- fqcn[action] # htpasswd -> community.general.web_infrastructure.htpasswd
|
||
|
- args[module] # false positive: Unsupported parameters for k8s module
|