Files
domjudge/playbooks/judgehost-rebuild-chroot.yml
Yi-Ting Shih 46b2e1d4b1
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 16s
Feat(judgehost): add playbook for rebuild chroot
2025-04-10 03:13:17 +08:00

10 lines
289 B
YAML

- name: Rebuild chroot environment for judgehosts
hosts: judgehost
tasks:
- name: Run misc-tools/dj_make_chroot
ansible.builtin.command: |
./misc-tools/dj_make_chroot -y -i kotlin
args:
chdir: "{{ domjudge_base_dir }}"
creates: /chroot/domjudge