From e626d374fe48899272c2241a9417cdd72643563a Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 25 Oct 2023 20:42:45 +0200 Subject: [PATCH] ok --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 33ba4fc..8fc5f81 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,10 @@ { "ansible.python.interpreterPath": "/bin/python3", "yaml.schemas": { - "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook": "file:///home/alex/git/ansible/shutdown_windows.yml" + "file:///home/alex/.vscode/extensions/docsmsft.docs-yaml-1.0.1/dist/toc.schema.json": "/toc\\.yml/i", + "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook": [ + "file:///home/alex/git/ansible/shutdown_windows.yml", + "file:///home/alex/ansible/ansible/shutdown_windows.yml" + ] } } \ No newline at end of file