Skip to content

Commit 75593bf

Browse files
authored
Merge branch 'master' into issue17
2 parents ffd6a21 + 01f85a6 commit 75593bf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
name: "{{ openhpc_packages }}"
7878
state: present
7979

80+
- name: Install OpenHPC LMOD
81+
yum:
82+
name: "lmod-ohpc"
83+
state: present
84+
8085
- name: Flush handlers
8186
meta: flush_handlers
8287

@@ -95,5 +100,3 @@
95100
name: "{{ openhpc_slurm_service }}"
96101
state: "{{ 'started' if openhpc_slurm_service_enabled | bool else 'stopped' }}"
97102
when: openhpc_slurm_service is not none
98-
99-
...

0 commit comments

Comments
 (0)