Skip to content

Commit

Permalink
don't install 'recommended' packages to avoid singularity/apptainer c…
Browse files Browse the repository at this point in the history
…lash (#165)
  • Loading branch information
sjpb authored Oct 27, 2023
1 parent ac31fd3 commit 1a6e941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- name: Install required slurm packages
yum:
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"
install_weak_deps: false
when: openhpc_slurm_pkglist | default(false, true)

- name: Install packages from openhpc_packages variable
Expand Down

0 comments on commit 1a6e941

Please sign in to comment.