Install LaTeX tools

This commit is contained in:
Jake Howard 2019-05-27 12:52:18 +01:00
parent 681ce93239
commit c1726ba256
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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