From 630c8aec1743c4b95355c08c901f844fc4926fff Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Mon, 6 May 2024 21:56:37 +0200 Subject: [PATCH] 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 <14887731+vmcj@users.noreply.github.com> --------- Co-authored-by: DOMjudge team Co-authored-by: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> --- provision-contest/ansible/judgehost.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provision-contest/ansible/judgehost.yml b/provision-contest/ansible/judgehost.yml index ae1a368b..9ead6eaa 100644 --- a/provision-contest/ansible/judgehost.yml +++ b/provision-contest/ansible/judgehost.yml @@ -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 @@ -69,7 +69,7 @@ owner: domjudge group: domjudge mode: 0755 - + - name: Add autostart shortcuts from template template: src: files/taillog.desktop.j2