Move the FreeBSD LaTeX install to the latex role.

This commit is contained in:
Tom Alexander 2023-03-04 14:09:45 -05:00
parent 751bbe31e9
commit 262e1a5782
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,6 @@
package:
name:
- emacs
- texlive-full
- py39-pygments
- inkscape # to support SVGs in LaTeX
# - prettier # typescript formatting

View File

@ -1,5 +1,5 @@
# - name: Install packages
# package:
# name:
# - foo
# state: present
- name: Install packages
package:
name:
- texlive-full
state: present