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

9 lines
180 B
JSON
Raw Normal View History

{
2024-11-13 09:24:24 +01:00
"ansible.python.interpreterPath": "/bin/python",
"files.associations": {
"*.j2": "ansible-jinja",
"*.yaml": "ansible",
"*.yml": "ansible"
}
}