summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: be1ee795568b8f366e3eaeab2e5f987ed72cb26c (plain)
1
2
3
4
5
{
    "ansible.python.activationScript": "./venv/bin/activate",
    "ansible.ansible.path": "./venv/bin/ansible",
    "ansible.python.interpreterPath": "./venv/bin/python"
}