mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
30b12a6dd4
- added bench command to install packer 1.2.1
6 lines
108 B
YAML
6 lines
108 B
YAML
---
|
|
- name: Install unzip
|
|
apt: pkg={{ item }} update_cache=yes state=present
|
|
with_items:
|
|
- unzip
|
|
... |