aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg/tasks/ubuntu_x86_64.yaml
blob: 54a04685e636e21c62e80bcf28009d98fef70257 (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