generate libvirtd.conf from template instead of copying over standard one
This commit is contained in:
parent
3740aa7cae
commit
00bd6915b9
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
# This provides us with the ability to control VMs with non-root and
|
# This provides us with the ability to control VMs with non-root and
|
||||||
# non-fas accounts
|
# non-fas accounts
|
||||||
#
|
#
|
||||||
- name: install libvirtd.conf
|
- name: generate libvirtd.conf
|
||||||
copy: src="{{ files }}/virthost/libvirtd.conf" dest=/etc/libvirt/libvirtd.conf
|
template: src=libvirtd.conf.j2 dest=/etc/libvirt/libvirtd.conf
|
||||||
notify:
|
notify:
|
||||||
- restart libvirtd
|
- restart libvirtd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue