infrastructure/ansible/yamllint.yml
2020-06-15 13:21:52 +01:00

15 lines
238 B
YAML

extends: default
ignore: |
ansible/galaxy_roles
ansible/group_vars/all/hosts.yml
rules:
document-start: disable
truthy: disable
quoted-strings:
quote-type: double
required: only-when-needed
line-length:
max: 150