Skip to content

Commit

Permalink
Merge pull request #188 from jcox10/fix-repos-names
Browse files Browse the repository at this point in the history
Fix repos names to align with uninstall script
  • Loading branch information
aleiner authored May 21, 2024
2 parents 1ac92b0 + 7115349 commit 68f362a
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 @@ -7,15 +7,15 @@ audit_policy_config_file_path: ""
registry_config_file_path: ""

Check warning on line 7 in roles/rke2_common/defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint for push

var-naming[no-role-prefix]

Variables names from within roles should use rke2_common_ as a prefix. (vars: registry_config_file_path)

Check warning on line 7 in roles/rke2_common/defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint for push

var-naming[no-role-prefix]

Variables names from within roles should use rke2_common_ as a prefix. (vars: registry_config_file_path)
add_iptables_rules: false
rke2_common_yum_repo:
name: rke2-common
name: rancher-rke2-common
description: "Rancher RKE2 Common Latest"
baseurl: "https://rpm.rancher.io/rke2/latest/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]
name: "rancher-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"
gpgcheck: true
Expand Down

0 comments on commit 68f362a

Please sign in to comment.