ansible-borg-server-playbook/.vscode/settings.json

12 lines
319 B
JSON
Raw Normal View History

2023-02-17 14:29:25 +01:00
{
"files.autoSave": "afterDelay",
"files.associations": {
"**hosts*": "yaml",
"*.yml": "ansible",
"**/.woodpecker/*.yml": "yaml"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
2023-06-21 13:37:02 +02:00
"editor.formatOnSave": true,
"ansible.python.interpreterPath": "/root/.virtualenvs/ansible/bin/python"
2023-02-17 14:29:25 +01:00
}