2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00
bench/playbooks/roles/packer/tasks/redhat_family.yml

8 lines
94 B
YAML
Raw Normal View History

---
- name: Install unzip
2018-03-04 03:01:41 +05:30
yum: name={{ item }} state=present
with_items:
- unzip
...