forked from galaxyproject/ansible-slurm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- on tasks `Install slurmdbd.conf` , fix AnsibleUndefinedVariable: 'item' is undefined" - Create directory path of PIDfile - Modify the systemd service with PIDfile - Add Handler to reload systemd Still a bug exist on a refresh install `Ensure slurmdbd is enabled and running` will failed as it's running before systemd daemon-reload
- Loading branch information
Christian IUGA
committed
Mar 8, 2021
1 parent
a3104b0
commit 5ef8e79
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
--- | ||
- name: systemd reload | ||
systemd: | ||
daemon_reload: yes | ||
|
||
- name: reload slurmd | ||
service: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters