From 77392da592a4aad327ae3afc271751e914d69129 Mon Sep 17 00:00:00 2001 From: Yi-Ting Shih Date: Sun, 6 Apr 2025 21:51:18 +0800 Subject: [PATCH] Fix(judgehost): reboot handler --- roles/configure_judgehost/handlers/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/configure_judgehost/handlers/main.yml b/roles/configure_judgehost/handlers/main.yml index 6d4e549..6041b95 100644 --- a/roles/configure_judgehost/handlers/main.yml +++ b/roles/configure_judgehost/handlers/main.yml @@ -1,4 +1,6 @@ --- +- name: Reboot + ansible.builtin.reboot: {} - name: Restart judgehost docker compose community.docker.docker_compose_v2: project_src: "{{ domjudge_base_dir }}"