File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
provision-contest/ansible Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 72
72
73
73
- name : Download offline repos
74
74
when : WF_RESTRICTED_NETWORK
75
+ become : true
76
+ become_user : domjudge
75
77
block :
76
78
- name : Create working copy of the domjudge-scripts repo
77
- become : true
78
- become_user : domjudge
79
79
# We use a different directory here to have one single 'upstream' and not have issues with it
80
80
git : repo={{ dj_git_repo_scripts }} dest=/home/domjudge/domjudge-scripts-checkout version=main accept_hostkey=yes update=no
81
81
82
82
- name : Create working copy of the contest repo
83
- become : true
84
- become_user : domjudge
85
83
git : repo=git@cds:{{ CONTEST_REPO }} dest=/home/domjudge/{{ CONTEST_REPO }} version=master accept_hostkey=yes update=no
86
84
87
85
- name : Copy custom CSS file for admin machines
You can’t perform that action at this time.
0 commit comments