diff --git a/.vscode/settings.json b/.vscode/settings.json index c4af75e..7aeff60 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "license.filename": "license", "license.extension": ".txt", "license.author": "Code Fox ", - "license.default": "bsd-3-clause" + "license.default": "bsd-3-clause", + "ansible.python.interpreterPath": "./.venv/bin/python" }