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

syntax bugfix

Former-commit-id: 97290ec3
parent 7017afdf
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
- name: "create cluster in slurm db"
shell:
cmd: ./sacctmgr show assoc format=Cluster -Pn | grep -q {{ clustername }} && ./sacctmgr -i create cluster {{ clustername }}"
cmd: ./sacctmgr show assoc format=Cluster -Pn | grep -q {{ clustername }} && ./sacctmgr -i create cluster {{ clustername }}
chdir: "{{ slurm_dir }}/bin/"
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