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 }}"