diff --git a/.vscode/settings.json b/.vscode/settings.json index 7bc4a5e..a5e6029 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,9 @@ "**/CVS": true, "**/.DS_Store": true, "**/*.sha256": true, + }, + "ansible.python.interpreterPath": "/usr/bin/python", + "files.associations": { + "*.yml": "ansible" } } \ No newline at end of file