From 60ef62e9f21279a9dbfcdb9e3943e8490f6bbbb3 Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Wed, 12 Jan 2022 22:09:02 +0100 Subject: [PATCH] Set the ansible-lint version to v5.3.2 The ansible-lint version used is v5.0.2. This path increases the version of the ansible-lint on the .pre-commit-config.yaml Related-bug: #1956902 Change-Id: I36e1327a2cc3c66ef4662b473e0fd03fe97cccf6 --- .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 f7933cc35..c96812c39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: # All of these ignore codes should be resolved in # future PRs. - repo: https://github.com/ansible-community/ansible-lint - rev: v5.0.7 + rev: v5.3.2 hooks: - id: ansible-lint additional_dependencies: