Skip to content
Snippets Groups Projects
Commit 637be235 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Force creation of symbolic links for Slurm config files

parent 822bb0f2
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
src: "{{ item.src }}"
dest: "{{ item.dest }}"
state: link
force: yes # Force the creation of the symlinks even if source files do not exist yet
loop:
- { src: "/cm/shared/apps/slurm/var/etc/cgroup.conf", dest: "/etc/slurm/cgroup.conf" }
- { src: "/cm/shared/apps/slurm/var/etc/gres.conf", dest: "/etc/slurm/gres.conf" }
......
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