From 558200c8d854c7dfa74783b33e196029542fee70 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 11 Jan 2022 08:48:43 +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: Iaceab14572a15ac7b727eb428c7c50158dbe272a --- .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 e3b4530..c318a11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,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