stackhpc / ansible-role-libvirt-vm

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

Fix ansible warning #39

Closed t2d closed 4 years ago

t2d commented 4 years ago

TASK [stackhpc.libvirt-vm : Ensure the VM volumes exist] *** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.device | default(libvirt_volume_default_device) == 'disk' }}