ansible-role-cmdb/.vscode/settings.json

9 lines
184 B
JSON
Raw Normal View History

2024-12-03 19:00:04 +01:00
{
"ansible.python.interpreterPath": "/bin/python3.11",
"files.associations": {
"*.j2": "ansible-jinja",
"*.yaml": "ansible",
"*.yml": "ansible"
}
}