diff --git a/.vscode/settings.json b/.vscode/settings.json index 9d14cfb..0676ddf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "ansible.python.interpreterPath": "/bin/python" -} \ No newline at end of file + "ansible.python.interpreterPath": "/bin/python3.11", + "files.associations": { + "*.j2": "ansible-jinja", + "*.yaml": "ansible", + "*.yml": "ansible" + } +}