Skip to content

Commit 01f85a6

Browse files
authored
Merge pull request #19 from stackhpc/issue16
add LMOD to login node
2 parents 5483af6 + 04506f9 commit 01f85a6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

tasks/compute.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@
1313
set_fact:
1414
openhpc_slurm_service: slurmd
1515

16-
- name: Install OpenHPC LMOD
17-
yum:
18-
name: "lmod-ohpc"
19-
state: present

tasks/runtime.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,9 @@
9595
yum:
9696
name: "{{ openhpc_packages }}"
9797
state: present
98-
...
98+
99+
- name: Install OpenHPC LMOD
100+
yum:
101+
name: "lmod-ohpc"
102+
state: present
103+

0 commit comments

Comments
 (0)