1
0
Fork 0
forked from infra/ansible

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 <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2025-11-06 14:24:54 +01:00
commit 607fca5767

View file

@ -66,3 +66,4 @@ skip_list:
- yaml
- role-name[path]
- var-naming[no-role-prefix]
- no-changed-when