From 607fca5767f5986028689c189b36f55d87f89d05 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 6 Nov 2025 14:24:54 +0100 Subject: [PATCH] Ignore no-changed-when errors in ansible-lint This will add no-changed-when to skip list and doesn't check for these linting issues. Fixes https://pagure.io/fedora-infrastructure/issue/12284 Signed-off-by: Michal Konecny --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 397b347d2c..d50fc9a060 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -66,3 +66,4 @@ skip_list: - yaml - role-name[path] - var-naming[no-role-prefix] + - no-changed-when