stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

XML_template should be XML_file in README #26

Closed tgupta3 closed 5 years ago

tgupta3 commented 5 years ago

Hi,

The README mentions that the custom xml template can be specified by using xml_template as variable. However in defaults/main.yml, the template is being defined by xml_file, so it should be accessible using vm.xml_file for a particular vm which is what it's defined in tasks/vm.xml

Thanks

markgoddard commented 5 years ago

Thanks for raising this. Now fixed.