ansible-role-borgbackup/tasks/RedHat.yml

8 lines
197 B
YAML
Raw Normal View History

---
- name: Install EPEL repo
yum:
pkg: epel-release
state: installed
update_cache: yes
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'