We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90b854 commit e5cf3c3Copy full SHA for e5cf3c3
defaults/main.yml
@@ -56,11 +56,12 @@ libvirt_vms:
56
# below deprecated variables.
57
58
libvirt_vm_state:
59
-libvirt_vm_name:
60
-libvirt_vm_memory_mb:
61
-libvirt_vm_vcpus:
62
libvirt_vm_machine:
63
libvirt_vm_cpu_mode:
64
libvirt_vm_volumes:
65
libvirt_vm_interfaces:
66
libvirt_vm_console_log_path:
+# Required, so we should fail if not set.
+#libvirt_vm_name:
+#libvirt_vm_memory_mb:
67
+#libvirt_vm_vcpus:
0 commit comments