forked from data.coop/ansible
15 lines
297 B
YAML
15 lines
297 B
YAML
|
repos:
|
||
|
|
||
|
#- repo: https://github.com/semaphor-dk/dansabel
|
||
|
# rev: b72c70351d1a9e32a75db505fcb3aa414f3282f8
|
||
|
# hooks:
|
||
|
# - id: dansabel
|
||
|
|
||
|
- repo: https://github.com/ansible/ansible-lint
|
||
|
rev: v6.9.0
|
||
|
hooks:
|
||
|
- id: ansible-lint
|
||
|
files: \.(yaml|yml)$
|
||
|
additional_dependencies:
|
||
|
- ansible
|