We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7b0c29 + 0786e4e commit 36bee31Copy full SHA for 36bee31
tasks/install.yml
@@ -41,12 +41,6 @@
41
loop: "{{ ohpc_slurm_packages | dict2items }}"
42
when: openhpc_enable.get(item.key, false)
43
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
-
50
- name: Install required slurm packages
51
yum:
52
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"
0 commit comments