Ansible: Trex installation
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / ubuntu_bionic.yaml
index 95a47b0..d56c843 100644 (file)
@@ -5,6 +5,7 @@
   apt:
     name:
       - 'unzip'
+      - 'zlib1g-dev'
       - 'libssl-dev'
     state: 'present'
     install_recommends: False