Added ansible lint to pre-commit

This commit is contained in:
Michele Cereda
2022-05-07 02:00:02 +02:00
parent 71779fa6e1
commit a8fb2f388e

View File

@@ -12,3 +12,7 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.0.2
hooks:
- id: ansible-lint