Skip to content

Commit 873580d

Browse files
authored
Merge pull request #549 from stackhpc/upstream/2025.1-2026-04-13
Synchronise 2025.1 with upstream
2 parents 9fed865 + 8c73b2d commit 873580d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

roles/kayobe-ci-prep/tasks/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
- name: Set Rocky Linux mirror to download.rockylinux.org
3+
become: true
4+
ansible.builtin.shell:
5+
cmd: sed -i 's/mirrorlist/#mirrorlist/g; s/#baseurl/baseurl/g' /etc/yum.repos.d/rocky.repo
6+
when: ansible_facts.distribution == "Rocky"
7+
28
- block:
39
- name: Install dbus for debian system
410
apt:
@@ -25,7 +31,7 @@
2531
name: dnf-plugins-core
2632
state: present
2733

28-
- name: Enable the EPEL repository
34+
- name: Disable the EPEL repository
2935
command: dnf config-manager --disable epel
3036

3137
- name: Install packages needed for unprivileged mode

0 commit comments

Comments
 (0)