File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
roles/builder/defaults/main Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- releasever : ' 8.6'
2
-
3
1
rpm_keys :
4
2
- https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand # https://github.com/OSC/ood-ansible/blob/master/defaults/main/install.yml: rpm_repo_key
5
3
@@ -15,6 +13,9 @@ dnf_release_packages: # list of ansible.builtin.dnf args for packages to install
15
13
disable_gpg_check : yes
16
14
- name : https://yum.osc.edu/ondemand/2.0/ondemand-release-web-2.0-1.noarch.rpm # https://github.com/OSC/ood-ansible/blob/master/defaults/main/install.yml:rpm_repo_url
17
15
disable_gpg_check : yes
16
+ # workaround https://github.com/openhpc/ohpc/issues/1644:
17
+ - name : https://github.com/apptainer/apptainer/releases/download/v1.1.3/apptainer-1.1.3-1.x86_64.rpm
18
+ disable_gpg_check : yes
18
19
19
20
dnf_repofiles_no_minor_releasever : # list of repofiles which can't cope with an X.Y releasever
20
21
- /etc/yum.repos.d/ondemand-web.repo
You can’t perform that action at this time.
0 commit comments