diff --git a/.vscode/settings.json b/.vscode/settings.json index ce271884..799fe466 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "*.yml": "ansible", "*.yaml": "ansible" }, - "yaml.format.enable": false + "yaml.format.enable": false, + "ansible.python.interpreterPath": "/bin/python" } \ No newline at end of file