Skip to content

Commit 36bee31

Browse files
authored
Merge pull request #150 from stackhpc/update/ohpc-2.6.1
Remove old apptainer install from github
2 parents d7b0c29 + 0786e4e commit 36bee31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/install.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
loop: "{{ ohpc_slurm_packages | dict2items }}"
4242
when: openhpc_enable.get(item.key, false)
4343

44-
- name: Workaround https://github.com/openhpc/ohpc/issues/1644 using older apptainer version
45-
yum:
46-
name: https://github.com/apptainer/apptainer/releases/download/v1.1.3/apptainer-1.1.3-1.x86_64.rpm
47-
disable_gpg_check: true
48-
when: ansible_distribution_major_version == "8"
49-
5044
- name: Install required slurm packages
5145
yum:
5246
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"

0 commit comments

Comments
 (0)