add .yamllint config for nicer yaml linting by ansible-lint

This commit is contained in:
June 2024-11-23 01:51:04 +01:00
commit e68c98fe59
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

6
.yamllint Normal file
View file

@ -0,0 +1,6 @@
rules:
brackets:
min-spaces-inside: 1
max-spaces-inside: 1
min-spaces-inside-empty: 1
max-spaces-inside-empty: 1