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: