From 9bd2c8c17a22c84da9a6ba6407c5b928d77fb469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 7 Dec 2021 15:41:02 +0000 Subject: roles/vmm: Serve autoinstall configurations via httpd --- roles/vmm/templates/vm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/vmm/templates/vm.conf.j2') diff --git a/roles/vmm/templates/vm.conf.j2 b/roles/vmm/templates/vm.conf.j2 index d45c398..8653616 100644 --- a/roles/vmm/templates/vm.conf.j2 +++ b/roles/vmm/templates/vm.conf.j2 @@ -6,7 +6,7 @@ switch "{{ vmm_network_switch.name }}" { } # virtual machines -{% for vm in __vms %} +{% for vm in vmm_vms %} vm "{{ vm.name }}" { {% if vm.enabled is defined and not vm.enabled %} disable -- cgit v1.2.3