Ansible: Trex installation
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / ubuntu_bionic.yaml
1 ---
2 # file: roles/tg/tasks/ubuntu_bionic.yaml
3
4 - name: Install CSIT dependencies
5   apt:
6     name:
7       - 'unzip'
8       - 'zlib1g-dev'
9       - 'libssl-dev'
10     state: 'present'
11     install_recommends: False
12   tags: install-csit-dependencies