2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/packer/tasks/debian_family.yml
2019-12-04 18:35:42 +05:30

8 lines
100 B
YAML

---
- name: Install unzip
apt:
pkg:
- unzip
update_cache: yes
state: present
...