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

updated the way files are handled in this role

Former-commit-id: e7a6a0cb
parent 605dd782
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,11 @@
sudo: true
- name: remove exist-slurm-latest-link
shell: unlink /opt/slurm-latest
sudo: true
file:
path: /opt/slurm-latest
state: absent
become: true
become_user: root
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: put slurm-latest-link
......
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