From 8954b3f976541ceff513f4c3e08eafa1dd74d112 Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Tue, 18 Mar 2025 17:25:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.ansible-lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлены некоторые правила для упрощения дебага --- .ansible-lint | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index fbe20f8..1646c4f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,4 +2,6 @@ skip_list: - fqcn - yaml[new-line-at-end-of-file] - yaml[truthy] - - var-naming[no-role-prefix] \ No newline at end of file + - yaml[line-length] + - var-naming[no-role-prefix] + - 'ignore-errors' \ No newline at end of file