mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
12 lines
338 B
YAML
12 lines
338 B
YAML
---
|
|
|
|
- name: Configure EPEL repository
|
|
yum_repository:
|
|
name: epel
|
|
description: "Extra Package for Enterprise Linux"
|
|
baseurl: https://dl.fedoraproject.org/pub/archive/epel/$releasever/$basearch
|
|
gpgcheck: True
|
|
gpgkey: https://dl.fedoraproject.org/pub/archive/epel/RPM-GPG-KEY-EPEL
|
|
exclude: dehydrated
|
|
tags: repo
|