generate libvirtd.conf from template instead of copying over standard one

This commit is contained in:
Tim Flink 2015-05-07 20:21:13 +00:00
parent 3740aa7cae
commit 00bd6915b9

View file

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