Skip to content
Snippets Groups Projects
Commit 1dd28c2f authored by Chris Hines's avatar Chris Hines
Browse files

make slurm install a static config file rather than generating it from the ansible facts

parent 1a77c97a
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
when: slurm_gres_list is defined when: slurm_gres_list is defined
- name: install slurm.conf - name: install slurm.conf
template: src=slurm.conf.j2 dest={{ slurm_dir }}/etc/slurm.conf copy: src=files/slurm.conf dest={{ slurm_dir }}/etc/slurm.conf
sudo: true sudo: true
notify: restart slurm notify: restart slurm
when: slurm_use_vpn==False when: slurm_use_vpn==False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment