change quemu template path
This commit is contained in:
parent
120c2899b8
commit
b332dc89c6
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
- name: apply qemu.conf
|
- name: apply qemu.conf
|
||||||
template:
|
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.
|
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
|
become: yes
|
||||||
- debug:
|
- debug:
|
||||||
|
Loading…
Reference in New Issue
Block a user