From 2305e75c9420b1a78f913a7ed33f25d4cdc636a1 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 28 May 2025 22:55:45 +0200 Subject: [PATCH] CI: Bump ansible-lint and prune skip list Change-Id: Id056d372f5c8f33ad6f9f33f47896eb784a652ed --- .ansible-lint | 6 ------ test-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 1392b7a1c..af177246f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -11,12 +11,8 @@ skip_list: # [unnamed-task] All tasks should be named # FIXME(mgoddard): Add names to all tasks - unnamed-task - # disable experimental rules - - experimental # Package installs should not use latest - package-latest - # Most files should not contain tabs - - no-tabs # NOTE(frickler): Agreed at Zed PTG not to use FQCN for builtin actions for now, due to # conflicts with open patches and backports. - fqcn-builtins @@ -32,11 +28,9 @@ skip_list: - command-instead-of-module - command-instead-of-shell - deprecated-local-action - - ignore-errors - jinja[spacing] - key-order[task] - name[play] - - no-free-form - risky-file-permissions - risky-shell-pipe - run-once[task] diff --git a/test-requirements.txt b/test-requirements.txt index 9caa5ace2..6295d47fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -ansible-lint>=3.0.0,!=4.3.0 # MIT +ansible-lint>=25.0.0,<26.0.0 # MIT bashate>=0.2 # Apache-2.0 coverage>=4.0 # Apache-2.0 doc8 # Apache-2.0