chore: fix yaml schema paths for vscode

!53
This commit is contained in:
2024-03-29 19:18:42 +09:30
parent 6c4616873e
commit 7c20146660

View File

@ -1,9 +1,9 @@
{ {
"yaml.schemas": { "yaml.schemas": {
"https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks": [ "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks": [
"roles/nfc_firewall/tasks/*.yaml", "roles/nfc_kubernetes/tasks/*.yaml",
"roles/nfc_firewall/tasks/*/*.yaml", "roles/nfc_kubernetes/tasks/*/*.yaml",
"roles/nfc_firewall/tasks/*/*/*.yaml" "roles/nfc_kubernetes/tasks/*/*/*.yaml"
], ],
"https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/vars.json": [ "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/vars.json": [
"roles/nfc_kubernetes/variables/**.yaml" "roles/nfc_kubernetes/variables/**.yaml"