Skip to content

Commit

Permalink
Improve name of task to stop judgedaemon service (#149)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored May 6, 2024
1 parent d5522ff commit 630c8ae
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) on every possible core
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 630c8ae

Please sign in to comment.