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.
1 parent 1a228c6 commit 7115b78Copy full SHA for 7115b78
ansible/slurm.yml
@@ -19,6 +19,16 @@
19
- import_role:
20
name: stackhpc.slurm_openstack_tools.rebuild
21
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
+
32
- name: Setup slurm
33
hosts: openhpc
34
become: yes
0 commit comments