e5738e9114
* Load vars and tasks by OS family instaed of package manager. Fix Dockerfile for CentOS 8. * Config for CentOS 8 and others * Make monthly repo checking the default
6 lines
101 B
YAML
6 lines
101 B
YAML
---
|
|
- name: Install EPEL repo
|
|
yum:
|
|
pkg: epel-release
|
|
state: installed
|
|
update_cache: yes |