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:
@@ -22,7 +22,7 @@ repos:
|
|||||||
# types: [file, yaml]
|
# types: [file, yaml]
|
||||||
# entry: yamllint --strict -f parsable
|
# entry: yamllint --strict -f parsable
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint.git
|
||||||
rev: v4.1.1a5
|
rev: v4.1.1a6
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
always_run: true
|
always_run: true
|
||||||
|
|||||||
Reference in New Issue
Block a user