superlint/test/linters-config/fix-mode/.ansible-lint.yml
2024-08-15 10:21:26 +02:00

8 lines
249 B
YAML

---
# Customize the ansible-lint configuration file because fix mode needs the
# yaml rule not to be disabled, but we disable the yaml rule in the default
# ansible-lint configuration
parseable: true
quiet: true
use_default_rules: true
verbosity: 1