Fix(judgehost): works with Debian12 + docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user