Improve some minor parts of the code

This commit is contained in:
Thomas Kleinendorst 2024-04-11 11:13:29 +02:00
parent 90855de87a
commit 04c8038733
4 changed files with 10 additions and 7 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"ansible.python.interpreterPath": "/home/thomas/python_venv/bin/python",
"files.associations": {
"*.yml": "ansible"
}
}