Skip to content
Snippets Groups Projects
Commit 283dab73 authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Chris Hines
Browse files

using file module rather than shell to create a symlink

Former-commit-id: 4eaa5c67
parent f1cb4929
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: put slurm-latest-link
shell: ln -s {{ slurm_dir }} /opt/slurm-latest
file: path=/opt/slurm-latest src={{ slurm_dir }} state=link
sudo: true
when: force_slurm_recompile is defined or not stat_srun.stat.exists
......
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