dotfiles/.ansible-lint
Matej Focko 78e9dbc452
ci: upgrade pre-commit and init ansible-lint config
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-08-25 20:10:25 +02:00

10 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