2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00
bench/playbooks/roles/packer/tasks/redhat_family.yml
2019-12-04 18:35:42 +05:30

9 lines
81 B
YAML

---
- name: Install unzip
yum:
name:
- unzip
state: present
...