Files
infra/.pre-commit-config.yaml
shockrah c44babf3d8
Some checks failed
Ansible Linting / build (push) Failing after 20s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 21s
Wiki Resources Sanity Checks / ruff-checks (push) Successful in 7s
Adding pre-commit hooks for ansible linting
2026-04-25 22:41:56 -07:00

22 lines
491 B
YAML

---
repos:
- repo: https://github.com/ansible/ansible-lint
rev: v26.4.0
hooks:
- id: ansible-lint
name: ansible-lint
description: Run ansible-lint on playbooks
entry: ansible-lint
args:
- ansible
language: python
exclude: |
(?x)(
^deprecated/|
^infra/|
^runbooks/|
^wiki-resources/|
^\.pre-commit-config.yaml|
^\.gitignore
)