ansible-roles/.vscode/settings.json

8 lines
179 B
JSON
Raw Normal View History

2023-02-27 13:58:25 +01:00
{
"files.associations": {
"*.yml": "ansible",
"*.yaml": "ansible"
},
2023-06-01 09:43:43 +02:00
"yaml.format.enable": false,
"ansible.python.interpreterPath": "/bin/python"
2023-02-27 13:58:25 +01:00
}