diff options
author | uvok cheetah | 2025-02-09 13:55:41 +0100 |
---|---|---|
committer | uvok cheetah | 2025-02-09 13:55:41 +0100 |
commit | aeb43fc8fc2e9707e34addcba16c165d5e5eed6e (patch) | |
tree | b9d43c47b462e182458f85f6bd898570715f1766 | |
parent | 5ed6c381f3749d3ef2446c59ddc1265e716f4ab0 (diff) |
Update settings
-rw-r--r-- | .vscode/settings.json | 4 |
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 |