From a8fb2f388e7718279aa2c7ceebfbcde797db48a7 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 7 May 2022 02:00:02 +0200 Subject: [PATCH] Added ansible lint to pre-commit --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9519599..3b204a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,3 +12,7 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + - repo: https://github.com/ansible-community/ansible-lint + rev: v6.0.2 + hooks: + - id: ansible-lint