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
2 changed files with 5 additions and 6 deletions

View File

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