Raspberry-Pi-IaC/.vscode/settings.json
2024-04-11 11:13:29 +02:00

6 lines
142 B
JSON

{
"ansible.python.interpreterPath": "/home/thomas/python_venv/bin/python",
"files.associations": {
"*.yml": "ansible"
}
}