[rocky only] Change ansible-lint version to support py3.5.

Change-Id: I82cf15f4adb09fdf21827b0e3ce9a9641ef9f619
Closes-Bug: #1853125
This commit is contained in:
Sofer Athlan-Guyot 2019-11-19 11:25:26 +01:00
parent dcd22a9581
commit 6162d6b884
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict -f parsable
- repo: https://github.com/ansible/ansible-lint
rev: v4.0.0
rev: v3.5.1
hooks:
- id: ansible-lint
files: \.(yaml|yml)$