Enable EPEL repo on CentOS 8+

This commit is contained in:
Ron van der Heijden 2020-06-13 14:20:26 +02:00
parent b3a886e9ee
commit 70ad0dccb5

View File

@ -2,6 +2,11 @@
# See: https://github.com/geerlingguy/ansible-role-certbot/issues/107
- block:
- name: Enable EPEL repo on CentOS 8+
yum:
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
state: present
- name: Ensure dnf-plugins are installed on CentOS 8+.
yum:
name: dnf-plugins-core