change quemu template path

This commit is contained in:
vincent 2020-11-28 17:09:42 +01:00
parent 120c2899b8
commit b332dc89c6

View File

@ -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: