ansible/.pre-commit-config.yaml

16 lines
291 B
YAML
Raw Normal View History

2022-11-26 08:52:41 +00:00
---
repos:
2022-11-26 08:52:41 +00:00
- repo: https://github.com/lyz-code/yamlfix/
rev: master
hooks:
- id: yamlfix
2022-11-26 08:52:41 +00:00
- repo: https://github.com/ansible/ansible-lint
rev: v6.9.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
additional_dependencies:
- ansible