Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 59bb8cd

Browse files
committed
set directory permissions
1 parent 11f8b90 commit 59bb8cd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deploy/ansible-deploy.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
# exclude rust target directories
2929
- "--exclude=target"
3030

31+
- name: Set Competition Directory Permissions
32+
ansible.builtin.file:
33+
path: /opt/progsoc/progcomp2025/competition
34+
recurse: true
35+
mode: mode=u=rwX,g=rwX,o=rwX
36+
3137
- name: Pull FuzzJudge Docker image
3238
community.docker.docker_image:
3339
name: ghcr.io/progsoc/fuzzjudge:latest
@@ -57,7 +63,7 @@
5763
ansible.builtin.file:
5864
path: /opt/progsoc/progcomp2025/database/fuzzjudge.db
5965
state: touch
60-
mode: '0755'
66+
mode: '0766'
6167

6268
- name: Recreate FuzzJudge Container
6369
community.docker.docker_container:

0 commit comments

Comments
 (0)