We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fed865 + 8c73b2d commit 873580dCopy full SHA for 873580d
1 file changed
roles/kayobe-ci-prep/tasks/main.yml
@@ -1,4 +1,10 @@
1
---
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
+
8
- block:
9
- name: Install dbus for debian system
10
apt:
@@ -25,7 +31,7 @@
25
31
name: dnf-plugins-core
26
32
state: present
27
33
28
- - name: Enable the EPEL repository
34
+ - name: Disable the EPEL repository
29
35
command: dnf config-manager --disable epel
30
36
37
- name: Install packages needed for unprivileged mode
0 commit comments