build: add exclude_paths to ansible-lint

This commit is contained in:
Nathaniel Landau
2023-05-24 14:30:01 -04:00
parent 57c1a42f66
commit cb4a0e9f8a

View File

@@ -10,6 +10,8 @@ exclude_paths:
- galaxy-roles/ - galaxy-roles/
- .cz.yaml - .cz.yaml
- vault.yml - vault.yml
- .venv/
- ansible_collections/
skip_list: skip_list:
- name[template] - name[template]