Skip to content
Snippets Groups Projects
.ansible-lint 149 B
---

exclude_paths:
  - ansible/playbooks/_*.yml
  - ansible/roles/_*/
  - ansible/roles/elastic.elasticsearch/

skip_list:
  - '701'
  - '403'

...