mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-22 13:36:06 -03:30
c58497cde (Refactor bootstrap-os (#10983), 2024-03-27) refactored the
boostrap-os include but didn't adapt the amazon linux tasks to the
actual ID of amazon linux ('amzn')
Re-enable the CI so we can avoid that kind of breakage.
14 lines
410 B
YAML
14 lines
410 B
YAML
---
|
|
- name: Enable EPEL repo for Amazon Linux
|
|
yum_repository:
|
|
name: epel
|
|
file: epel
|
|
description: Extra Packages for Enterprise Linux 7 - $basearch
|
|
baseurl: http://download.fedoraproject.org/pub/epel/7/$basearch
|
|
gpgcheck: yes
|
|
gpgkey: http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
|
|
skip_if_unavailable: yes
|
|
enabled: yes
|
|
repo_gpgcheck: no
|
|
when: epel_enabled
|