Move: WRK installation into ansible
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / ubuntu_bionic.yaml
index f60aaee..95a47b0 100644 (file)
@@ -3,9 +3,9 @@
 
 - name: Install CSIT dependencies
   apt:
-    name: '{{ item }}'
+    name:
+      - 'unzip'
+      - 'libssl-dev'
     state: 'present'
     install_recommends: False
-  with_items:
-    - 'unzip'
   tags: install-csit-dependencies