mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
8 lines
94 B
YAML
8 lines
94 B
YAML
---
|
|
|
|
- name: Install unzip
|
|
yum: name={{ item }} state=present
|
|
with_items:
|
|
- unzip
|
|
...
|