We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e48219 commit 3bd1489Copy full SHA for 3bd1489
provision-contest/ansible/admin.yml
@@ -72,16 +72,14 @@
72
73
- name: Download offline repos
74
when: WF_RESTRICTED_NETWORK
75
+ become: true
76
+ become_user: domjudge
77
block:
78
- name: Create working copy of the domjudge-scripts repo
- become: true
- become_user: domjudge
79
# We use a different directory here to have one single 'upstream' and not have issues with it
80
git: repo={{ dj_git_repo_scripts }} dest=/home/domjudge/domjudge-scripts-checkout version=main accept_hostkey=yes update=no
81
82
- name: Create working copy of the contest repo
83
84
85
git: repo=git@cds:{{ CONTEST_REPO }} dest=/home/domjudge/{{ CONTEST_REPO }} version=master accept_hostkey=yes update=no
86
87
- name: Copy custom CSS file for admin machines
0 commit comments