vm/host: add missing dependencies
[noc.git] / ansible / roles / vm / host / tasks / main.yml
index 357f85a..0643aff 100644 (file)
@@ -3,9 +3,12 @@
   apt:
     name:
       - qemu-kvm
-      - libvirt-bin
+      - # configuration package, pulls in libvirt-clients and libvirt-daemon
+        libvirt-daemon-system
       - python-libvirt
       - haveged
+      - bridge-utils
+      - acl
     state: present
 
 - name: configure haveged