added vs code ansible launch

This commit is contained in:
2024-09-08 15:56:11 +01:00
parent 6e3a7fcc9a
commit 0d67456e35

12
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Ansibug: Launch Current File",
"type": "ansible",
"request": "launch",
"playbook": "${file}",
"cwd": "${cwd}"
},
]
}