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

Commit 5f000c0

Browse files
committed
fix syntax
1 parent 59bb8cd commit 5f000c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deploy/ansible-deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
ansible.posix.synchronize:
1919
src: ../competition
2020
dest: /opt/progsoc/progcomp2025
21-
archive: false
22-
recursive: true
2321
delete: true
2422
# exclude compeition *.db
2523
rsync_opts:
@@ -32,7 +30,7 @@
3230
ansible.builtin.file:
3331
path: /opt/progsoc/progcomp2025/competition
3432
recurse: true
35-
mode: mode=u=rwX,g=rwX,o=rwX
33+
mode: u=rw,g=rw,o=rw
3634

3735
- name: Pull FuzzJudge Docker image
3836
community.docker.docker_image:

0 commit comments

Comments
 (0)