- 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