Add ignore-errors to skip list

This will ignore CI errors in category ignore-errors in ansible-lint as
this is something we don't need to care about.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-02-25 13:19:52 +01:00 committed by Michal Konečný
commit 709f7a12c4

View file

@ -67,3 +67,4 @@ skip_list:
- role-name[path]
- var-naming[no-role-prefix]
- no-changed-when
- ignore-errors