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.
2 parents 5483af6 + 04506f9 commit 01f85a6Copy full SHA for 01f85a6
tasks/compute.yml
@@ -13,7 +13,3 @@
13
set_fact:
14
openhpc_slurm_service: slurmd
15
16
-- name: Install OpenHPC LMOD
17
- yum:
18
- name: "lmod-ohpc"
19
- state: present
tasks/runtime.yml
@@ -95,4 +95,9 @@
95
yum:
96
name: "{{ openhpc_packages }}"
97
state: present
98
-...
+
99
+- name: Install OpenHPC LMOD
100
+ yum:
101
+ name: "lmod-ohpc"
102
+ state: present
103
0 commit comments