mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-16 23:36:04 +02:00
Add 'client-playbook/' from commit '13f29ce5f74bba0376e04189e757cb9718cf2f93'
git-subtree-dir: client-playbook git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6 git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
This commit is contained in:
3
client-playbook/roles/application-latex/readme.md
Normal file
3
client-playbook/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
|
9
client-playbook/roles/application-latex/tasks/main.yml
Normal file
9
client-playbook/roles/application-latex/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: install latex software
|
||||
community.general.pacman:
|
||||
name:
|
||||
- texlive-latexextra
|
||||
- texlive-lang
|
||||
- texlive-langextra
|
||||
- texlive-fontsextra
|
||||
- texlive-most
|
||||
state: present
|
Reference in New Issue
Block a user