File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ galaxy_info:
11
11
min_ansible_version : 2.5.0
12
12
platforms :
13
13
- name : EL
14
- versions :
14
+ release :
15
15
- 7
16
+ - 8
16
17
galaxy_tags :
17
18
- openhpc
18
19
- slurm
Original file line number Diff line number Diff line change 61
61
content : |
62
62
[Unit]
63
63
After=cloud-final.service
64
+ owner : root
65
+ group : root
66
+ mode : 0644
64
67
65
68
- name : Install packages from openhpc_packages variable
66
69
yum :
Original file line number Diff line number Diff line change 164
164
enabled : " {{ openhpc_slurm_service_enabled | bool }}"
165
165
state : " {{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}"
166
166
167
- - name : flush handler
167
+ - name : Flush handler
168
168
meta : flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
169
169
170
170
- name : Ensure slurmdbd is started and running
You can’t perform that action at this time.
0 commit comments