From 060018be2607de372b5ef53bd5c514006b2a1312 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 1 Jun 2023 09:43:43 +0200 Subject: [PATCH] vscode: ansible/yaml formatter --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ce271884..799fe466 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "*.yml": "ansible", "*.yaml": "ansible" }, - "yaml.format.enable": false + "yaml.format.enable": false, + "ansible.python.interpreterPath": "/bin/python" } \ No newline at end of file