Fix(judgehost): works with Debian12 + docker

This commit is contained in:
2025-04-07 20:32:38 +08:00
parent 320037ecdf
commit 83a95fe49c
12 changed files with 231 additions and 31 deletions

View File

@@ -1,5 +1,10 @@
---
- name: Add domjudge user
ansible.builtin.user:
name: domjudge
create_home: true
- name: Import domjudge download
ansible.builtin.import_tasks: download.yml
- name: Import domjudge configure
ansible.builtin.import_tasks: configure.yml
notify: Restart judgehost