All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 16s
10 lines
280 B
YAML
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
|