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