ansible-role-libvirt-vm icon indicating copy to clipboard operation
ansible-role-libvirt-vm copied to clipboard

Role shouldn't require libvirt_vm_memory_mb and libvirt_vm_vcpus to be set when destroying the VM

Open priteau opened this issue 6 years ago • 0 comments

The libvirt_vm_vcpus and libvirt_vm_memory_mb variables are required by the stackhpc.libvirt-vm role even when setting libvirt_vm_state to absent. Using the role without them fails with the following error:

FAILED! => {"msg": "'libvirt_vm_vcpus' is undefined"}

See https://review.openstack.org/#/c/606132 for context.

priteau avatar Sep 28 '18 16:09 priteau