fix: ansible-lint points to correct path

This commit is contained in:
2026-03-15 19:22:32 -04:00
parent 84f2d9fcaf
commit bb976998e2

View File

@@ -1,3 +1,3 @@
{
"ansible.python.interpreterPath": "/Users/max/Documents/GitHub/hetzner-cluster/.venv/bin/python"
"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python"
}