File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,19 +112,19 @@ dnf_custom_repos_rocky:
112112 appstream :
113113 baseurl : " {{ stackhpc_repo_rocky_appstream_url }}"
114114 description : " Rocky Linux $releasever - AppStream"
115- file : Rocky-AppStream
115+ file : " {{ ' Rocky-AppStream' if os_release == '8' else 'rocky' }} "
116116 gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
117117 gpgcheck : yes
118118 baseos :
119119 baseurl : " {{ stackhpc_repo_rocky_baseos_url }}"
120120 description : " Rocky Linux $releasever - BaseOS"
121- file : Rocky-BaseOS
121+ file : " {{ ' Rocky-BaseOS' if os_release == '8' else 'rocky' }} "
122122 gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
123123 gpgcheck : yes
124124 extras :
125125 baseurl : " {{ stackhpc_repo_rocky_extras_url }}"
126126 description : " Rocky Linux $releasever - Extras"
127- file : Rocky-Extras
127+ file : " {{ ' Rocky-Extras' if os_release == '8' else 'rocky-extras' }} "
128128 gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
129129 gpgcheck : yes
130130
You can’t perform that action at this time.
0 commit comments