Adding python-cffi requirements
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / ubuntu_x86_64.yaml
index dd0176b..38946b6 100644 (file)
     update_cache: True
   become: yes
   tags: install-pixman
+
+- name: Install python-cffi
+  apt:
+    name: 'python-cffi'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-python-cffi