mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-03-12 00:15:37 +01:00
6 lines
102 B
YAML
6 lines
102 B
YAML
---
|
|
- name: Install EPEL repo
|
|
yum:
|
|
pkg: epel-release
|
|
state: installed
|
|
update_cache: yes |