mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
added role latex
This commit is contained in:
parent
772d9f0cc4
commit
ca3459f178
@ -25,6 +25,12 @@
|
||||
roles:
|
||||
- driver-intel
|
||||
|
||||
- name: application-latex
|
||||
hosts: latex_hosts
|
||||
become: true
|
||||
roles:
|
||||
- application-latex
|
||||
|
||||
- name: GNOME setup
|
||||
hosts: gnome_hosts
|
||||
become: true
|
||||
|
3
roles/application-latex/readme.md
Normal file
3
roles/application-latex/readme.md
Normal file
@ -0,0 +1,3 @@
|
||||
# application-latex
|
||||
|
||||
More packages you will find here: https://wiki.archlinux.org/title/TeX_Live
|
7
roles/application-latex/tasks/main.yml
Normal file
7
roles/application-latex/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: install latex software
|
||||
community.general.pacman:
|
||||
name:
|
||||
- texlive-latexextra
|
||||
- texlive-lang
|
||||
- texlive-langextra
|
||||
state: present
|
Loading…
Reference in New Issue
Block a user