Skip to content

Commit 630c8ae

Browse files
meisterTDOMjudge teamvmcj
authored
Improve name of task to stop judgedaemon service (#149)
* Improve name of task to stop judgedaemon service * Update provision-contest/ansible/judgehost.yml Co-authored-by: MCJ Vasseur <[email protected]> --------- Co-authored-by: DOMjudge team <[email protected]> Co-authored-by: MCJ Vasseur <[email protected]>
1 parent d5522ff commit 630c8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provision-contest/ansible/judgehost.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
check_mode: no
5252
tags: pretask
5353

54-
- name: Disable all cores
54+
- name: Stop judgedaemon service(s) on every possible core
5555
service:
5656
name: "{{ item }}"
5757
state: stopped
@@ -69,7 +69,7 @@
6969
owner: domjudge
7070
group: domjudge
7171
mode: 0755
72-
72+
7373
- name: Add autostart shortcuts from template
7474
template:
7575
src: files/taillog.desktop.j2

0 commit comments

Comments
 (0)