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

avoiding to try and delete a directory

Former-commit-id: 09fcf9de
parent 80f0f715
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@
sudo: true
- name: remove exist-slurm-latest-link
shell: rm -f /opt/slurm-latest
shell: unlink /opt/slurm-latest
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