Fix(judgehost): works with Debian12 + docker
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
---
|
||||
- name: Reboot
|
||||
ansible.builtin.reboot: {}
|
||||
- name: Update grub
|
||||
ansible.builtin.command: |
|
||||
update-grub
|
||||
changed_when: true
|
||||
- name: Restart judgehost docker compose
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ domjudge_base_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user