mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
6 lines
108 B
YAML
6 lines
108 B
YAML
|
---
|
||
|
- name: Install unzip
|
||
|
apt: pkg={{ item }} update_cache=yes state=present
|
||
|
with_items:
|
||
|
- unzip
|
||
|
...
|