FIX: Ansible warnings of deprecation
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / ubuntu_bionic.yaml
1 ---
2 # file: roles/tg/tasks/ubuntu_bionic.yaml
3
4 - name: Install CSIT dependencies
5   apt:
6     name:
7       - 'unzip'
8     state: 'present'
9     install_recommends: False
10   tags: install-csit-dependencies