Move: WRK installation into ansible
[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       - 'libssl-dev'
9     state: 'present'
10     install_recommends: False
11   tags: install-csit-dependencies