1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_wireguard.git synced 2024-10-27 22:47:42 +01:00

Update yamllint

This commit is contained in:
L3D 2024-10-13 23:52:31 +02:00
parent 50c852ef97
commit ee511af2b0
Signed by: l3d
GPG key ID: CD08445BFF4313D1

8
.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 170 chars should be enough, but don't fail if a line is longer
line-length:
max: 170
level: warning