From bb976998e25cf43c394759b20ce76e2581401e1d Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sun, 15 Mar 2026 19:22:32 -0400 Subject: [PATCH] fix: ansible-lint points to correct path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 481a9a4..cb9c599 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "ansible.python.interpreterPath": "/Users/max/Documents/GitHub/hetzner-cluster/.venv/bin/python" + "ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python" } \ No newline at end of file