From a633f76efc9af03c6c2749f6dcf4c5f04522462d Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Wed, 19 Feb 2025 16:55:33 +0100 Subject: [PATCH] Add yaml line length warning to ansible-lint configuration skip --- .ansible-lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index c3dc8ae..88a7c70 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,2 +1,4 @@ skip_list: - "106" # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern' +warn_list: + - yaml[line-length]