From b332dc89c6225c1f048a20ede3a8059988f77579 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 28 Nov 2020 17:09:42 +0100 Subject: [PATCH] change quemu template path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5d9e218..415670a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,7 @@ - name: apply qemu.conf template: - dest: /etc/libvirt # required. Location to render the template to on the remote machine. + dest: /etc/libvirt/qemu.conf # required. Location to render the template to on the remote machine. src: qemu.conf.j2 # required. Path of a Jinja2 formatted template on the Ansible controller. This can be a relative or absolute path. become: yes - debug: