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

bugfix

Former-commit-id: 568c85c1
parent 4329e6aa
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
- name: "create cluster in slurm db"
shell: sacctmgr show assoc format=Cluster -Pn | grep -q {{ clustername }} && {{ slurm_dir }}/bin/sacctmgr -i create cluster {{ clustername }}
shell: {{ slurm_dir }}/bin/sacctmgr show assoc format=Cluster -Pn | grep -q {{ clustername }} && {{ slurm_dir }}/bin/sacctmgr -i create cluster {{ clustername }}
become: true
- name: start slurmctl
......
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