Refactor VHOST code
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / ubuntu_x86_64.yaml
index 6c9a839..dd0176b 100644 (file)
     update_cache: True
   become: yes
   tags: install-java
+
+- name: Install Pixman (Qemu-dep)
+  apt:
+    name: 'libpixman-1-dev'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-pixman