chore: Add .vscode launch configs

Add vscode launch configs to debug the modules and the inventory plugin.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-06-27 15:44:21 +02:00
parent 35b2d3ef6b
commit d7d70125a7
4 changed files with 62 additions and 5 deletions

11
.vscode/module_args/kubevirt_vm.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"ANSIBLE_MODULE_ARGS": {
"name": "testvm",
"namespace": "default",
"spec": {
"domain": {
"devices": {}
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"ANSIBLE_MODULE_ARGS": {
"name": "testvm",
"namespace": "default"
}
}