computer-playbook/roles/pc-latex/tasks/main.yml

9 lines
206 B
YAML
Raw Normal View History

2022-10-13 18:29:15 +02:00
- name: install latex software
community.general.pacman:
name:
- texlive-latexextra
- texlive-lang
- texlive-langextra
2022-10-14 11:46:19 +02:00
- texlive-fontsextra
- texlive
2022-10-13 18:29:15 +02:00
state: present