We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5319658 commit 3cce06fCopy full SHA for 3cce06f
provision-contest/ansible/roles/base_packages/defaults/main.yml
@@ -36,8 +36,6 @@ INSTALLED_PACKAGES:
36
- libjsoncpp-dev
37
- libmagic-dev
38
- debootstrap
39
- - texlive-latex-recommended
40
- - texlive-latex-extra
41
- apache2-utils
42
- tig
43
- bat
provision-contest/ansible/roles/domserver/defaults/main.yml
@@ -2,3 +2,5 @@ DOMSERVER_PACKAGES:
2
- nginx
3
- php-fpm
4
- php-intl
5
+ - texlive-latex-recommended
6
+ - texlive-latex-extra
0 commit comments