vscode settings: exclude vendored collections and roles from search
Some checks failed
/ Ansible Lint (push) Failing after 12m53s

This commit is contained in:
June 2026-02-09 19:53:27 +01:00
commit db70d666d1
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -2,5 +2,7 @@
"search.exclude": {
"/playbooks/roles/": true,
"/playbooks/resources/": true,
"/ansible_collections/": true,
"/galaxy-roles/": true,
},
}