mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
11 lines
188 B
YAML
11 lines
188 B
YAML
---
|
|
- name: Install EPEL repo.
|
|
yum:
|
|
name: "{{ epel_repo_url }}"
|
|
state: present
|
|
|
|
- name: Import EPEL GPG key.
|
|
rpm_key:
|
|
key: "{{ epel_repo_gpg_key_url }}"
|
|
state: present
|