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

using defined variable start_slurmd

parent cd34e58d
No related branches found
No related tags found
2 merge requests!376Pipelinefix,!373Pipelinefix
This commit is part of merge request !373. Comments created here will be created in the context of that merge request.
......@@ -101,7 +101,7 @@
when: slurm_cluster_count.stdout == '1' and slurmctrl == inventory_hostname
- name: start slurmd
service: name=slurmd state=started enabled={{ slurmd_enabled }}
service: name=slurmd state=start_slurmd enabled={{ slurmd_enabled }}
become: true
when: use_systemd is defined and start_slurmd is defined
......
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