Raspberry-Pi-IaC/.vscode/settings.json
2024-04-28 15:13:05 +02:00

7 lines
204 B
JSON

{
"ansible.python.interpreterPath": "/home/thomas/python_venv/bin/python",
"files.associations": {
"*.yml": "ansible"
},
"ansible.validation.lint.arguments": "-x name[template]"
}