ansible-role-borgbackup/tasks/yum.yml
Manu 5c883a734b
Add testing with Molecule/Ansible-lint, undo #9 (#26)
* Add testing with Molecule/Ansible-lint and fix linting errors
* Undo PR #9 for now (sorry)
2020-02-18 00:21:21 +08:00

6 lines
101 B
YAML

---
- name: Install EPEL repo
yum:
pkg: epel-release
state: installed
update_cache: yes