Commit e4824668 authored by nimrod's avatar nimrod
Browse files

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.
parent 4b3638f2
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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: