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 41
41
loop : " {{ ohpc_slurm_packages | dict2items }}"
42
42
when : openhpc_enable.get(item.key, false)
43
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
+
44
50
- name : Install required slurm packages
45
51
yum :
46
52
name : " {{ openhpc_slurm_pkglist | reject('eq', '') }}"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ohpc_slurm_packages:
7
7
- "slurm-slurmctld-ohpc"
8
8
- "slurm-example-configs-ohpc"
9
9
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
12
10
- "ohpc-base-compute"
13
11
- "ohpc-slurm-client"
14
12
runtime:
You can’t perform that action at this time.
0 commit comments