From e4824668e4d4904142be0e9930ace3b6b87f08b7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 9 Sep 2023 00:07:56 +0300
Subject: [PATCH] pre-commit: Remove the ansible-lint hook.

It's complaining about missing modules but they exist. Also, it doesn't
find the requirements.yml file inside the Ansible directory.
---
 .pre-commit-config.yaml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c3a4f2d..c234cb7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -71,14 +71,6 @@ repos:
     hooks:
       - id: shellcheck
 
-  - repo: https://github.com/ansible/ansible-lint.git
-    rev: v6.19.0
-    hooks:
-      - id: ansible-lint
-        args:
-          - "--project-dir=Ansible"
-          - "--exclude=Ansible/collections"
-
   - repo: https://github.com/AleksaC/hadolint-py.git
     rev: v2.8.0
     hooks:
-- 
GitLab