From ef1d375723319e74ac0c7dde5a26606a55657c51 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 28 Jul 2021 21:55:37 +0200 Subject: install emc-master --- roles/vm/guest/define/templates/libvirt-domain.xml.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/vm') diff --git a/roles/vm/guest/define/templates/libvirt-domain.xml.j2 b/roles/vm/guest/define/templates/libvirt-domain.xml.j2 index 28f237a9..41671f73 100644 --- a/roles/vm/guest/define/templates/libvirt-domain.xml.j2 +++ b/roles/vm/guest/define/templates/libvirt-domain.xml.j2 @@ -58,6 +58,8 @@ {% elif src.type == 'zfs' %} +{% elif src.type == 'image' %} + {% endif %} @@ -73,6 +75,8 @@ {% elif src.type == 'zfs' %} +{% elif src.type == 'image' %} + {% endif %} -- cgit v1.2.3