diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2015-05-07 20:21:13 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2015-05-07 20:21:13 +0000 |
| commit | 00bd6915b9e7e7c31aaff19c22f8b07e3fc27ba3 (patch) | |
| tree | 9c2adabfccf28f7760b28d882ed38b8813603047 /roles/beaker | |
| parent | 3740aa7caeb256c19eebf479f887778414ae54ef (diff) | |
| download | ansible-00bd6915b9e7e7c31aaff19c22f8b07e3fc27ba3.tar.gz ansible-00bd6915b9e7e7c31aaff19c22f8b07e3fc27ba3.tar.xz ansible-00bd6915b9e7e7c31aaff19c22f8b07e3fc27ba3.zip | |
generate libvirtd.conf from template instead of copying over standard one
Diffstat (limited to 'roles/beaker')
| -rw-r--r-- | roles/beaker/virthost/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/beaker/virthost/tasks/main.yml b/roles/beaker/virthost/tasks/main.yml index 8f72192df..61f44e755 100644 --- a/roles/beaker/virthost/tasks/main.yml +++ b/roles/beaker/virthost/tasks/main.yml @@ -23,8 +23,8 @@ # This provides us with the ability to control VMs with non-root and # non-fas accounts # -- name: install libvirtd.conf - copy: src="{{ files }}/virthost/libvirtd.conf" dest=/etc/libvirt/libvirtd.conf +- name: generate libvirtd.conf + template: src=libvirtd.conf.j2 dest=/etc/libvirt/libvirtd.conf notify: - restart libvirtd tags: |
