mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Enable EPEL repo on CentOS 8+
This commit is contained in:
parent
b3a886e9ee
commit
70ad0dccb5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user