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 ac31fd3 commit 1a6e941Copy full SHA for 1a6e941
tasks/install.yml
@@ -33,6 +33,7 @@
33
- name: Install required slurm packages
34
yum:
35
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"
36
+ install_weak_deps: false
37
when: openhpc_slurm_pkglist | default(false, true)
38
39
- name: Install packages from openhpc_packages variable
0 commit comments