aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg/tasks/ubuntu_bionic.yaml
blob: 95a47b091788f25d6741d44cda072fcc3eace7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# file: roles/tg/tasks/ubuntu_bionic.yaml

- name: Install CSIT dependencies
  apt:
    name:
      - 'unzip'
      - 'libssl-dev'
    state: 'present'
    install_recommends: False
  tags: install-csit-dependencies