Files
Yi-Ting Shih 935ae15ef3
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
Refactor(judgehost): add kotlin support
2025-04-10 03:04:46 +08:00

11 lines
281 B
YAML

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