mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
8 lines
100 B
YAML
8 lines
100 B
YAML
---
|
|
- name: Install unzip
|
|
apt:
|
|
pkg:
|
|
- unzip
|
|
update_cache: yes
|
|
state: present
|
|
... |