Skip to content

Commit e5cf3c3

Browse files
author
Will Miller
committed
Ensure we fail if VM name, memory, vcpus not set
1 parent e90b854 commit e5cf3c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

defaults/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ libvirt_vms:
5656
# below deprecated variables.
5757

5858
libvirt_vm_state:
59-
libvirt_vm_name:
60-
libvirt_vm_memory_mb:
61-
libvirt_vm_vcpus:
6259
libvirt_vm_machine:
6360
libvirt_vm_cpu_mode:
6461
libvirt_vm_volumes:
6562
libvirt_vm_interfaces:
6663
libvirt_vm_console_log_path:
64+
# Required, so we should fail if not set.
65+
#libvirt_vm_name:
66+
#libvirt_vm_memory_mb:
67+
#libvirt_vm_vcpus:

0 commit comments

Comments
 (0)