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

11 lines
280 B
JSON
Raw Permalink Normal View History

2022-03-04 12:17:44 +01:00
{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
2022-03-04 14:43:35 +01:00
"ansible.ansible.useFullyQualifiedCollectionNames": true,
2023-05-23 19:02:58 +02:00
"editor.formatOnSave": true,
2024-04-10 10:12:51 +02:00
"ansible.python.interpreterPath": "/root/.virtualenvs/ansible/bin/python"
2022-03-04 12:17:44 +01:00
}