ansible/vm/host: Fix package name
authornicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 15:51:43 +0000 (16:51 +0100)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000 (00:30 +0100)
ansible/roles/vm/host/tasks/main.yml

index 357f85a..010fdce 100644 (file)
@@ -3,7 +3,8 @@
   apt:
     name:
       - qemu-kvm
-      - libvirt-bin
+      - # configuration package, pulls in libvirt-clients and libvirt-daemon
+        libvirt-daemon-system
       - python-libvirt
       - haveged
     state: present