diff --git a/.gitignore b/.gitignore index 14c7f89..1160c24 100644 --- a/.gitignore +++ b/.gitignore @@ -268,4 +268,6 @@ context/ collections/ansible_collections/ .vault_password secrets.yml -.swp \ No newline at end of file +.swp +# Ignore vscode +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json index 1db676e..7c04b9f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "ansible.python.interpreterPath": "/var/home/ptoal/.virtualenvs/ansible/bin/python" + "ansible.python.interpreterPath": "/home/ptoal/.virtualenvs/ansible/bin/python" } \ No newline at end of file