From d4e3ee14b30759a9b75320f5a96988d0177babcf Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 12 Jan 2026 16:42:43 +0100 Subject: [PATCH] ci: Fix ansible-lint config Drop the parseable option which is not supported anymore. Signed-off-by: Felix Matouschek --- .ansible-lint | 1 - 1 file changed, 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index ee5b727..e24e728 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -9,4 +9,3 @@ enable_list: - yaml profile: production -parseable: true