Fix(judgehost): change extract destination
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
- name: Extract domjudge tarball
|
||||
ansible.builtin.unarchive:
|
||||
src: "{{ downloaded_tarball.dest }}"
|
||||
dest: "{{ (downloaded_tarball.dest | basename).split('.') | first }}"
|
||||
dest: "{{ domjudge_base_dir }}"
|
||||
remote_src: true
|
||||
|
||||
Reference in New Issue
Block a user