Install LaTeX tools
This commit is contained in:
parent
681ce93239
commit
c1726ba256
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
- name: "Install LaTex tooling"
|
||||
aur:
|
||||
skip_installed: true
|
||||
name: "{{ item }}"
|
||||
become: true
|
||||
become_user: aur_builder
|
||||
when: "item not in installed_packages.stdout_lines"
|
||||
with_items:
|
||||
- 'biber'
|
||||
- 'pandoc'
|
||||
- 'texcount'
|
||||
- 'texlive-most'
|
||||
|
||||
- name: "Install dev packages"
|
||||
aur:
|
||||
skip_installed: true
|
||||
|
|
Loading…
Reference in a new issue