ansible_playbooks/.yamllint
2026-02-24 11:30:35 +03:00

11 lines
146 B
Text

---
extends: default
ignore: |
roles/filebeat_install/files/fields.yml
.gitea/workflows/yamllint.yml
rules:
line-length:
max: 180
...