Skip to content

Commit

Permalink
setting yum repos to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed May 14, 2024
1 parent 1ac92b0 commit dcf02b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/rke2_common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ add_iptables_rules: false
rke2_common_yum_repo:
name: rke2-common
description: "Rancher RKE2 Common Latest"
baseurl: "https://rpm.rancher.io/rke2/latest/common/centos/$releasever/noarch"
baseurl: "https://rpm.rancher.io/rke2/stable/common/centos/$releasever/noarch"
gpgcheck: true
gpgkey: "https://rpm.rancher.io/public.key"
enabled: yes

rke2_versioned_yum_repo:
name: "rke2-v{{ rke2_version_majmin }}" # noqa jinja[spacing]
description: "Rancher RKE2 Version"
baseurl: "https://rpm.rancher.io/rke2/latest/{{ rke2_version_majmin }}/centos/$releasever/$basearch"
baseurl: "https://rpm.rancher.io/rke2/stable/{{ rke2_version_majmin }}/centos/$releasever/$basearch"
gpgcheck: true
gpgkey: "https://rpm.rancher.io/public.key"
enabled: yes
Expand Down

0 comments on commit dcf02b3

Please sign in to comment.