From 5492f5f39ac16ea8e9bf75f7c05f1e61c9d1e943 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 11 Jan 2022 08:58:59 +0100 Subject: [PATCH] [Victoria-only] Bumping the ansible-lint version to 5.3.2 in order to resolve CI failure Signed-off-by: Jiri Podivin Change-Id: I9b17582c3ec1fc1a7e6223f5fcf9f47471f4c1ac (cherry picked from commit 32e9e9e16eb7c4f7790e1e2915a48e5d9b4ec2d8) (cherry picked from commit 3257d51775f2dd7a15d6104a2c2892500c2e46b5) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23b9fc616..73711163a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,8 +29,8 @@ repos: types: [file, yaml] entry: yamllint --strict -f parsable - - repo: https://github.com/ansible/ansible-lint.git - rev: v4.3.5 + - repo: https://github.com/ansible-community/ansible-lint + rev: v5.3.2 hooks: - id: ansible-lint always_run: true