Skip to content
Snippets Groups Projects
Commit 1aa1f442 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

symlinker should be run once per play to avoid starting slurm without the symlinks being generated

parent 95cb012b
No related branches found
No related tags found
1 merge request!589symlinker should be run once per play to avoid starting slurm without the symlinks being generated
...@@ -27,4 +27,10 @@ ...@@ -27,4 +27,10 @@
user: root user: root
with_items: with_items:
"{{ lustre_storage_types }}" "{{ lustre_storage_types }}"
become: true become: true
\ No newline at end of file
- name: run symlinker job manually once
shell: "/opt/symlinker/symlinker-{{ item }}.sh"
with_items:
"{{ lustre_storage_types }}"
become: true
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