From 81514842e2fd97c4a1e60bfda6befe330236b48e Mon Sep 17 00:00:00 2001 From: William Graef Date: Mon, 8 Jul 2024 12:01:39 -0400 Subject: [PATCH] fix vm template name --- ol/provision_kvm_vm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ol/provision_kvm_vm.yml b/ol/provision_kvm_vm.yml index f3490c1..c9e36de 100644 --- a/ol/provision_kvm_vm.yml +++ b/ol/provision_kvm_vm.yml @@ -104,10 +104,10 @@ path: "/tmp/{{ vm_name }}.iso" state: absent - - name: Define the vm + - name: Define the vm using xml community.libvirt.virt: command: define - xml: "{{ lookup('template', 'vm-template.xml.j2') }}" + xml: "{{ lookup('template', 'vm_template.j2') }}" - name: Start the vm community.libvirt.virt: