Skip to content

Commit badd6b2

Browse files
author
DOMjudge @ NWERC 2021
committed
Use synchronize instead of copy for faster copying
1 parent 8564c97 commit badd6b2

File tree

1 file changed

+1
-1
lines changed
  • icpc-wf/ansible/roles/judgedaemon/tasks

1 file changed

+1
-1
lines changed

icpc-wf/ansible/roles/judgedaemon/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
mode: 0700
2222

2323
- name: copy chroot DEB packages to install
24-
copy:
24+
synchronize:
2525
src: install-chroot
2626
dest: /tmp/dj_ansible/
2727

0 commit comments

Comments
 (0)