File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 110
110
name : munge
111
111
state : " {{ 'restarted' if _openhpc_munge_key_copy.changed else 'started' }}"
112
112
when : openhpc_slurm_service_started | bool
113
+ ignore_errors : true
114
+
115
+ - name : Run systemctl status munge.service
116
+ command : systemctl status munge.service
117
+ register : munge_systemctl
118
+
119
+ - name : Display output of systemctl status munge.service
120
+ debug :
121
+ var : munge_systemctl.stdout
122
+
123
+ - name : Run journalctl -xeu munge.service
124
+ command : journalctl -xeu munge.service
125
+ register : munge_journalctl
126
+
127
+ - name : Display output of journalctl -xeu munge.service
128
+ debug :
129
+ var : munge_journalctl.stdout
130
+
131
+ - name : Stop for debug
132
+ fail :
113
133
114
134
- name : Check slurmdbd state
115
135
command : systemctl is-active slurmdbd # noqa: command-instead-of-module
You can’t perform that action at this time.
0 commit comments