From 32e9e9e16eb7c4f7790e1e2915a48e5d9b4ec2d8 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 11 Jan 2022 08:58:59 +0100 Subject: [PATCH] Bumping the ansible-lint version to 5.3.2 in order to resolve CI failure Signed-off-by: Jiri Podivin Change-Id: I9b17582c3ec1fc1a7e6223f5fcf9f47471f4c1ac --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09e3435d4..17f6442f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: entry: yamllint --strict -f parsable - repo: https://github.com/ansible-community/ansible-lint - rev: v5.0.8 + rev: v5.3.2 hooks: - id: ansible-lint always_run: true