summaryrefslogtreecommitdiffstats
path: root/roles/beaker
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2015-05-07 02:50:09 +0000
committerTim Flink <tflink@fedoraproject.org>2015-05-07 02:50:09 +0000
commit050afaf988e7b0619b69676137cb256ad2b23a7e (patch)
treeb898e3eb04c0a63ffc002eb0f503667fefd0fb8c /roles/beaker
parent8bcf99218488c24988cb81c19b675d8b0770245d (diff)
downloadansible-050afaf988e7b0619b69676137cb256ad2b23a7e.tar.gz
ansible-050afaf988e7b0619b69676137cb256ad2b23a7e.tar.xz
ansible-050afaf988e7b0619b69676137cb256ad2b23a7e.zip
rhel7 has a different path for qemu-kvm than fedora
Diffstat (limited to 'roles/beaker')
-rw-r--r--roles/beaker/virthost/templates/client-libvirt.xml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/beaker/virthost/templates/client-libvirt.xml.j2 b/roles/beaker/virthost/templates/client-libvirt.xml.j2
index 3f86b5e66..b413c487e 100644
--- a/roles/beaker/virthost/templates/client-libvirt.xml.j2
+++ b/roles/beaker/virthost/templates/client-libvirt.xml.j2
@@ -27,7 +27,7 @@
<suspend-to-disk enabled='no'/>
</pm>
<devices>
- <emulator>/usr/bin/qemu-kvm</emulator>
+ <emulator>/usr/libexec/qemu-kvm</emulator>
<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='none' io='native'/>
<source dev='/dev/{{ volgroup }}/{{ item.hostname }}'/>