CI: Bump ansible-lint and prune skip list

Change-Id: Id056d372f5c8f33ad6f9f33f47896eb784a652ed
This commit is contained in:
Pierre Riteau
2025-05-28 22:55:45 +02:00
parent 144bf6f7ec
commit 2305e75c94
2 changed files with 1 additions and 7 deletions

View File

@@ -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]

View File

@@ -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