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

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