added role latex

This commit is contained in:
2022-10-13 18:29:15 +02:00
parent 772d9f0cc4
commit ca3459f178
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
- name: install latex software
community.general.pacman:
name:
- texlive-latexextra
- texlive-lang
- texlive-langextra
state: present