ansible-loki-role/.vscode/settings.json
2023-05-23 19:02:58 +02:00

11 lines
255 B
JSON

{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true,
"ansible.python.interpreterPath": "/bin/python3"
}