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:
112
112
appstream :
113
113
baseurl : " {{ stackhpc_repo_rocky_appstream_url }}"
114
114
description : " Rocky Linux $releasever - AppStream"
115
- file : Rocky-AppStream
115
+ file : " {{ ' Rocky-AppStream' if os_release == '8' else 'rocky' }} "
116
116
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
117
117
gpgcheck : yes
118
118
baseos :
119
119
baseurl : " {{ stackhpc_repo_rocky_baseos_url }}"
120
120
description : " Rocky Linux $releasever - BaseOS"
121
- file : Rocky-BaseOS
121
+ file : " {{ ' Rocky-BaseOS' if os_release == '8' else 'rocky' }} "
122
122
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
123
123
gpgcheck : yes
124
124
extras :
125
125
baseurl : " {{ stackhpc_repo_rocky_extras_url }}"
126
126
description : " Rocky Linux $releasever - Extras"
127
- file : Rocky-Extras
127
+ file : " {{ ' Rocky-Extras' if os_release == '8' else 'rocky-extras' }} "
128
128
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
129
129
gpgcheck : yes
130
130
You can’t perform that action at this time.
0 commit comments