diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..eba8223 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,17 @@ +{ + "python-envs.pythonProjects": [ + { + "path": ".", + "envManager": "ms-python.python:venv", + "packageManager": "ms-python.python:pip" + } + ], + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", + "python.pythonPath": "${workspaceFolder}/.venv/bin/python", + "ansible.ansiblePath": "${workspaceFolder}/.venv/bin/ansible", + "ansible.ansibleLintPath": "${workspaceFolder}/.venv/bin/ansible-lint", + "ansible.ansible.path": "${workspaceFolder}/.venv/bin/ansible", + "ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python3", + "ansible.validation.lint.path": "${workspaceFolder}/.venv/bin/ansible-lint", + "ansible.ansibleNavigator.path": "${workspaceFolder}/.venv/bin/ansible-navigator" +}