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

- name: Install Unzip
  apt:
    name: 'unzip'
    state: 'present'
    update_cache: True
  tags: install-unzip