summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 787bb50..be1ee79 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,5 @@
{
- "ansible.python.activationScript": "./venv/bin/activate"
+ "ansible.python.activationScript": "./venv/bin/activate",
+ "ansible.ansible.path": "./venv/bin/ansible",
+ "ansible.python.interpreterPath": "./venv/bin/python"
} \ No newline at end of file