mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
5c883a734b
* Add testing with Molecule/Ansible-lint and fix linting errors * Undo PR #9 for now (sorry)
6 lines
101 B
YAML
6 lines
101 B
YAML
---
|
|
- name: Install EPEL repo
|
|
yum:
|
|
pkg: epel-release
|
|
state: installed
|
|
update_cache: yes |