Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
edce98cf
Commit
edce98cf
authored
4 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
Former-commit-id:
208cb9c4
parent
1311b756
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slurm-start/tasks/main.yml
+3
-3
3 additions, 3 deletions
roles/slurm-start/tasks/main.yml
with
3 additions
and
3 deletions
roles/slurm-start/tasks/main.yml
+
3
−
3
View file @
edce98cf
...
...
@@ -79,9 +79,9 @@
-
name
:
start slurmctl
service
:
name=slurmctld state=started enabled={{ start_slurmctld }}
become
:
true
when
:
use_systemd is defined and start_slurmctld
when
:
use_systemd is defined and start_slurmctld
is defined
-
name
:
start slurmctl
-
name
:
re
start slurmctl
service
:
name=slurmctld state=restarted enabled={{ start_slurmctld }}
become
:
true
when
:
use_systemd is defined and start_slurmctld is defined and slurmctld_service_installed.changed
...
...
@@ -91,7 +91,7 @@
become
:
true
when
:
use_systemd is defined and start_slurmd is defined
-
name
:
start slurmd
-
name
:
re
start slurmd
service
:
name=slurmd state=restarted enabled={{ slurmd_enabled }}
become
:
true
when
:
use_systemd is defined and start_slurmd is defined and slurmd_service_installed.changed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment