Skip to content

Commit a5d106f

Browse files
committed
default gres.conf to correct directory
1 parent 295f943 commit a5d106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ openhpc_slurm_conf_path: /etc/slurm/slurm.conf
2020
openhpc_slurm_conf_template: slurm.conf.j2
2121
openhpc_config_files:
2222
- template:
23-
dest: /etc/slurm/gres.conf
23+
dest: "{{ openhpc_slurm_conf_path | dirname }}/gres.conf"
2424
src: "{{ openhpc_gres_template }}"
2525
mode: "0600"
2626
owner: slurm

0 commit comments

Comments
 (0)