2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/packer/tasks/redhat_family.yml

8 lines
94 B
YAML
Raw Normal View History

---
- name: Install unzip
2018-03-03 21:31:41 +00:00
yum: name={{ item }} state=present
with_items:
- unzip
...