mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
e8b992fc1d
Fedora has `ansible_os_family==RedHat`, but it does not use EPEL.
8 lines
197 B
YAML
8 lines
197 B
YAML
---
|
|
- name: Install EPEL repo
|
|
yum:
|
|
pkg: epel-release
|
|
state: installed
|
|
update_cache: yes
|
|
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
|