Skip to content

Commit

Permalink
ensure munge is enabled and running (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons authored Dec 22, 2023
1 parent 32f2310 commit dcb0240
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/roles/slurm/tasks/cyclecloud-server_3.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,9 @@
delay: 10
register: result
until: result.rc == 0

- name: ensure munge is running.
service:
name: munge
state: restarted
enabled: yes

0 comments on commit dcb0240

Please sign in to comment.