Files
domjudge/playbooks/judgehost-rebuild-chroot.yml
Yi-Ting Shih f35efd19c4
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 16s
Fix(judgehost): force rebuild chroot
2025-04-10 03:14:19 +08:00

10 lines
280 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 }}"
changed_when: true