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

syntax bugfix

parent bc1bbd8e
No related branches found
No related tags found
1 merge request!297Cicd merge back
......@@ -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