summaryrefslogtreecommitdiffstats
path: root/ansible/roles/setup/.yamllint
blob: 8bb60ab5e335f057a608cb3cfc180bb83861b361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
extends: default

rules:
  braces:
    max-spaces-inside: 1
    level: error
  brackets:
    max-spaces-inside: 1
    level: error
  line-length: disable
  # NOTE(retr0h): Templates no longer fail this lint rule.
  #               Uncomment if running old Molecule templates.
  # truthy: disable