ansibleguy.sw_zoneminder/.ansible-lint.yml

13 lines
205 B
YAML

---
skip_list:
- 'var-naming'
- 'no-handler'
- '503' # no-handler code
- 'role-name'
- '106'
- 'ignore-errors'
- 'yaml'
- '204' # line length => checked by yamllint
- 'name[template]'