summaryrefslogtreecommitdiffstats
path: root/ansible/roles/setup/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/setup/.yamllint')
-rw-r--r--ansible/roles/setup/.yamllint13
1 files changed, 13 insertions, 0 deletions
diff --git a/ansible/roles/setup/.yamllint b/ansible/roles/setup/.yamllint
new file mode 100644
index 00000000..3a2255e4
--- /dev/null
+++ b/ansible/roles/setup/.yamllint
@@ -0,0 +1,13 @@
+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