[Ussuri-only] Bumping the ansible-lint version to 5.3.2 in order to resolve CI failure

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I9b17582c3ec1fc1a7e6223f5fcf9f47471f4c1ac
(cherry picked from commit 32e9e9e16e)
(cherry picked from commit 3257d51775)
(cherry picked from commit 5492f5f39a)
This commit is contained in:
Jiri Podivin 2022-01-11 08:58:59 +01:00
parent 14d6bf1c35
commit 8afc404335
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,9 @@ repos:
files: \.(yaml|yml)$
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