Skip to content

Commit 7115b78

Browse files
committed
workaround for ohpc-base-compute package dependency on singularity
1 parent 1a228c6 commit 7115b78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ansible/slurm.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
- import_role:
2020
name: stackhpc.slurm_openstack_tools.rebuild
2121

22+
- name: Workaround https://github.com/openhpc/ohpc/issues/1644
23+
hosts: compute
24+
become: yes
25+
gather_facts: no
26+
tasks:
27+
- name: Install old apptainer version to unbreak ohpc-base-compute package
28+
dnf:
29+
name: https://github.com/apptainer/apptainer/releases/download/v1.1.3/apptainer-1.1.3-1.x86_64.rpm
30+
disable_gpg_check: true
31+
2232
- name: Setup slurm
2333
hosts: openhpc
2434
become: yes

0 commit comments

Comments
 (0)