Skip to content

Commit 4926ebb

Browse files
committed
fixup mode parameters
1 parent a0ef4ee commit 4926ebb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tasks/runtime.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
dest: "/etc/munge/munge.key"
4040
owner: munge
4141
group: munge
42-
mode: 0400
42+
mode: '0400'
4343
register: _openhpc_munge_key_copy
4444

4545
- name: Ensure JobComp logfile exists
@@ -48,7 +48,7 @@
4848
state: touch
4949
owner: slurm
5050
group: slurm
51-
mode: 0644
51+
mode: '0644'
5252
access_time: preserve
5353
modification_time: preserve
5454
when: openhpc_slurm_job_comp_type == 'jobcomp/filetxt'
@@ -69,7 +69,7 @@
6969
dest: "{{ openhpc_slurm_conf_path }}"
7070
owner: root
7171
group: root
72-
mode: 0644
72+
mode: '0644'
7373
when: openhpc_enable.control | default(false)
7474
notify:
7575
- Restart slurmctld service
@@ -141,7 +141,7 @@
141141
create: yes
142142
owner: root
143143
group: root
144-
mode: 0644
144+
mode: '0644'
145145
when:
146146
- openhpc_enable.batch | default(false)
147147
notify:

0 commit comments

Comments
 (0)