generated from sebclem/ansible-role-template
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"files.autoSave": "afterDelay",
|
|
"files.associations": {
|
|
"hosts": "yaml",
|
|
"*.yml": "ansible"
|
|
},
|
|
"ansible.ansible.useFullyQualifiedCollectionNames": true,
|
|
"editor.formatOnSave": true,
|
|
"ansible.python.interpreterPath": "/root/.virtualenvs/ansible/bin/python"
|
|
}
|