File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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+
4450- name : Install required slurm packages
4551 yum :
4652 name : " {{ openhpc_slurm_pkglist | reject('eq', '') }}"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ohpc_slurm_packages:
77 - "slurm-slurmctld-ohpc"
88 - "slurm-example-configs-ohpc"
99 batch:
10- # Workaround https://github.com/openhpc/ohpc/issues/1644 using older apptainer version
11- - https://github.com/apptainer/apptainer/releases/download/v1.1.3/apptainer-1.1.3-1.x86_64.rpm
1210 - "ohpc-base-compute"
1311 - "ohpc-slurm-client"
1412 runtime:
You can’t perform that action at this time.
0 commit comments