Fix(judgehost): permission of /opt/domjudge
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 17s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 17s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
path: "{{ domjudge_base_dir | dirname }}"
|
||||
state: directory
|
||||
recurse: true
|
||||
mode: '0750'
|
||||
mode: '0755'
|
||||
owner: domjudge
|
||||
group: domjudge
|
||||
- name: Install domjudge by tarball
|
||||
|
||||
Reference in New Issue
Block a user