aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg/tasks/ubuntu_bionic.yaml
blob: f60aaeec64a1fc0d513398c0ec3a76dbb486aea6 (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: '{{ item }}'
    state: 'present'
    install_recommends: False
  with_items:
    - 'unzip'
  tags: install-csit-dependencies