diff --git a/.vscode/settings.json b/.vscode/settings.json index 2120b8f..e0a7eb4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "ansible.python.interpreterPath": "/bin/python" + "ansible.python.interpreterPath": "/bin/python", + "files.associations": { + "*.j2": "ansible-jinja", + "*.yaml": "ansible", + "*.yml": "ansible" + } }