diff --git a/.vscode/settings.json b/.vscode/settings.json index 34e59d6..64b4697 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,6 @@ }, "files.exclude": { "playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true - } + }, + "python.pythonPath": "/usr/bin/python3" }