🔧 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
This commit is contained in:
Alexander Dahl 2025-02-20 08:07:01 +01:00
parent 41ab4622b3
commit 71f68604d7

View file

@ -2,6 +2,7 @@
extends: default extends: default
rules: rules:
comments-indentation: disable
line-length: disable line-length: disable
truthy: truthy:
allowed-values: allowed-values: