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

8 lines
113 B
YAML
Raw Normal View History

---
- name: Install unzip
yum: name={{ item }} enablerepo=mariadb state=present
with_items:
- unzip
...