lint: fix role detection in ansible-lint

Bump ansible-lint to 4.1.1a6 as the previous version had a bug which
made it detect only some roles. This version finds 7 roles instead of
3. They are in good shape so no other change is needed.

Change-Id: I01f052d8203180992dedf3917616c773e4bd5c18
This commit is contained in:
Sorin Sbarnea
2019-10-31 19:34:41 +00:00
parent 2f6cc0b80b
commit 6633e1fef3

View File

@@ -22,7 +22,7 @@ repos:
# types: [file, yaml]
# entry: yamllint --strict -f parsable
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.1.1a5
rev: v4.1.1a6
hooks:
- id: ansible-lint
always_run: true