Skip to content

Commit 93f8edb

Browse files
committed
fix apptainer/singularity clash: openhpc/ohpc#1889 (comment)
1 parent ef9fdd6 commit 93f8edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
when: (openhpc_enable.get(item.key, false)) or ()
4646

4747
- name: Install required slurm packages
48-
yum:
48+
dnf:
4949
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"
50-
install_weak_deps: false
50+
install_weak_deps: false # avoids getting recommended packages
5151
when: openhpc_slurm_pkglist | default(false, true)
5252

5353
- name: Install packages from openhpc_packages variable

0 commit comments

Comments
 (0)