Skip to content

Commit 1a6e941

Browse files
authored
don't install 'recommended' packages to avoid singularity/apptainer clash (#165)
1 parent ac31fd3 commit 1a6e941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- name: Install required slurm packages
3434
yum:
3535
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"
36+
install_weak_deps: false
3637
when: openhpc_slurm_pkglist | default(false, true)
3738

3839
- name: Install packages from openhpc_packages variable

0 commit comments

Comments
 (0)