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

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

skip_list:
  - '701'
  - '403'
  - '208' 
  - '106' 

...