ansible-playbook-template/.vscode/settings.json
2022-12-30 13:59:13 +01:00

11 lines
242 B
JSON

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