We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295f943 commit a5d106fCopy full SHA for a5d106f
defaults/main.yml
@@ -20,7 +20,7 @@ openhpc_slurm_conf_path: /etc/slurm/slurm.conf
20
openhpc_slurm_conf_template: slurm.conf.j2
21
openhpc_config_files:
22
- template:
23
- dest: /etc/slurm/gres.conf
+ dest: "{{ openhpc_slurm_conf_path | dirname }}/gres.conf"
24
src: "{{ openhpc_gres_template }}"
25
mode: "0600"
26
owner: slurm
0 commit comments