Skip to content

Commit 7dac372

Browse files
committed
fix ansible-lint error
1 parent 6d42bda commit 7dac372

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

meta/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ galaxy_info:
1111
min_ansible_version: 2.5.0
1212
platforms:
1313
- name: EL
14-
versions:
14+
release:
1515
- 7
16+
- 8
1617
galaxy_tags:
1718
- openhpc
1819
- slurm

tasks/install.yml

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
content: |
6262
[Unit]
6363
After=cloud-final.service
64+
owner: root
65+
group: root
66+
mode: 0644
6467

6568
- name: Install packages from openhpc_packages variable
6669
yum:

tasks/runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
enabled: "{{ openhpc_slurm_service_enabled | bool }}"
165165
state: "{{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}"
166166

167-
- name: flush handler
167+
- name: Flush handler
168168
meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
169169

170170
- name: Ensure slurmdbd is started and running

0 commit comments

Comments
 (0)