mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
30b12a6dd4
- added bench command to install packer 1.2.1
8 lines
113 B
YAML
8 lines
113 B
YAML
---
|
|
|
|
- name: Install unzip
|
|
yum: name={{ item }} enablerepo=mariadb state=present
|
|
with_items:
|
|
- unzip
|
|
...
|