From dbce56b371f851b77844af69db36ca65cd102384 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 7 Apr 2022 13:19:41 +0200 Subject: [PATCH] Bump ansible-lint version to 6.* Add fqcn-builtins to the skip list for now, we will watch how the discussion about this evolves and defer updating all code according to that [0]. [0] https://github.com/ansible/ansible-lint/issues/2050 Signed-off-by: Dr. Jens Harbott Change-Id: I6dcdec4f029b87bad41530ad45d285909c8351f7 --- .ansible-lint | 3 +++ lint-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 76430677b8..f7f85d2bc4 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -25,3 +25,6 @@ skip_list: - 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 diff --git a/lint-requirements.txt b/lint-requirements.txt index 3d0d656b86..1b0057f493 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,5 +1,5 @@ ansible>=4,<6 # GPLv3 -ansible-lint>=4.2.0,!=4.3.0,<6.0.0 # MIT +ansible-lint>=6.0.0,<7.0.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 doc8>=0.6.0 # Apache-2.0