Skip to content

Commit 0786e4e

Browse files
committed
remove old apptainer install from github
1 parent d7b0c29 commit 0786e4e

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)