Skip to content

Commit

Permalink
Improve name of task to stop judgedaemon service
Browse files Browse the repository at this point in the history
  • Loading branch information
DOMjudge team authored and meisterT committed May 5, 2024
1 parent d5522ff commit 610b44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision-contest/ansible/judgehost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
check_mode: no
tags: pretask

- name: Disable all cores
- name: Stop judgedaemon service(s)
service:
name: "{{ item }}"
state: stopped
Expand All @@ -69,7 +69,7 @@
owner: domjudge
group: domjudge
mode: 0755

- name: Add autostart shortcuts from template
template:
src: files/taillog.desktop.j2
Expand Down

0 comments on commit 610b44d

Please sign in to comment.