Files
kubevirt.core/.vscode/module_args/kubevirt_vm.json
Felix Matouschek d7d70125a7 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>
2024-06-27 15:44:21 +02:00

12 lines
193 B
JSON

{
"ANSIBLE_MODULE_ARGS": {
"name": "testvm",
"namespace": "default",
"spec": {
"domain": {
"devices": {}
}
}
}
}