netz39-infra-ansible/.yamllint
Alexander Dahl 71f68604d7 🔧 yamllint: Disable comment-indentation warnings
Looked at the first three or five warnings, and those all look sane.
The linter seems to be overly picky here.

ansible-lint is happy about yaml now:

    % ansible-lint -t yaml

    Passed with production profile: 0 failure(s), 0 warning(s) on 142 files.

Link: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments_indentation
2025-02-20 08:23:17 +01:00

12 lines
172 B
Text

---
extends: default
rules:
comments-indentation: disable
line-length: disable
truthy:
allowed-values:
- 'true'
- 'false'
- 'yes'
- 'no'