renamed latex role and removed deprecated packages

This commit is contained in:
2023-12-03 16:34:25 +01:00
parent 1f29da276e
commit 4b9f2b9be2
4 changed files with 6 additions and 6 deletions

View File

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