From 78be8cd563722f167a1c573b580da44c149cb6f7 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 29 Mar 2024 17:18:13 +0930 Subject: [PATCH] chore: fix yaml schema paths for vscode !53 --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 56d55e7..458df7b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,9 @@ { "yaml.schemas": { "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks": [ - "roles/nfc_firewall/tasks/*.yaml", - "roles/nfc_firewall/tasks/*/*.yaml", - "roles/nfc_firewall/tasks/*/*/*.yaml" + "roles/nfc_kubernetes/tasks/*.yaml", + "roles/nfc_kubernetes/tasks/*/*.yaml", + "roles/nfc_kubernetes/tasks/*/*/*.yaml" ], "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/vars.json": [ "roles/nfc_kubernetes/variables/**.yaml"