mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
9 lines
81 B
YAML
9 lines
81 B
YAML
---
|
|
|
|
- name: Install unzip
|
|
yum:
|
|
name:
|
|
- unzip
|
|
state: present
|
|
...
|