ansible-mysql/.config/ansible-lint.yml

13 lines
162 B
YAML

---
warn_list: []
skip_list: []
exclude_paths:
- venv/
- tests/ # TODO: Remove this line when tests are migrated to molecule
- .github/
offline: false