Skip to content
Snippets Groups Projects
Commit 5c6e37d0 authored by Chris Hines's avatar Chris Hines
Browse files

Update main.yml

Former-commit-id: 059f0f24
parent d96df6d3
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,10 @@
when: start_slurmdbd is defined
#- name: "create cluster in slurm db"
# shell: "{{slurm_dir}}/bin/sacctmgr -i create cluster {{ clustername }}"
# sudo: true
# ignore_errors: true
- name: "create cluster in slurm db"
shell: "{{slurm_dir}}/bin/sacctmgr -i create cluster {{ clustername }}"
sudo: true
ignore_errors: true
- name: start slurmctl
service: name=slurmctld state=started enabled=yes
......
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