diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a55c6d9..66e9da31 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -135,9 +135,9 @@ * =========================================================================*/ /***************************************************************************** * Extension: Ansible */ - "ansible.ansible.path": "${workspaceFolder}/.venv/bin/ansible", - "ansible.python.activationScript": "${workspaceFolder}/.venv/bin/activate", - "ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python3", + "ansible.ansible.path": ".venv/bin/ansible", + "ansible.python.activationScript": ".venv/bin/activate", + "ansible.python.interpreterPath": ".venv/bin/python3", /***************************************************************************** * Extension: Python */ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3",