Skip to content

Commit 2f46727

Browse files
committed
Don't install texlive on judgehosts
We only need those on the domservers (& admin machines).
1 parent 32f899b commit 2f46727

File tree

2 files changed

+2
-2
lines changed
  • provision-contest/ansible/roles

2 files changed

+2
-2
lines changed

provision-contest/ansible/roles/base_packages/defaults/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ INSTALLED_PACKAGES:
3636
- libjsoncpp-dev
3737
- libmagic-dev
3838
- debootstrap
39-
- texlive-latex-recommended
40-
- texlive-latex-extra
4139
- apache2-utils
4240
- tig
4341
- bat

provision-contest/ansible/roles/domserver/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ DOMSERVER_PACKAGES:
22
- nginx
33
- php-fpm
44
- php-intl
5+
- texlive-latex-recommended
6+
- texlive-latex-extra

0 commit comments

Comments
 (0)