computer-playbook/client-playbook/roles/application-latex/tasks/main.yml
2023-04-18 14:42:10 +02:00

9 lines
211 B
YAML

- name: install latex software
community.general.pacman:
name:
- texlive-latexextra
- texlive-lang
- texlive-langextra
- texlive-fontsextra
- texlive-most
state: present