From 486b45c3700a46d8019478fc2440ecd0645c8a1f Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 14:55:29 +0200 Subject: [PATCH] Add latex and fonts --- tasks/arch_graphicals.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index 509805c..097bfc8 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -16,3 +16,23 @@ - hunspell-fr - rxvt-unicode - vlc + - texlive-most + + +- name: Install graphical packages + pacman: + name: "{{ item }}" + state: present + with_items: + - awesome-terminal-fonts + - cantarell-fonts + - gnu-free-fonts + - gsfonts + - ttf-bitstream-vera + - ttf-dejavu + - ttf-droid + - ttf-roboto + - ttf-liberation + - ttf-ubuntu-font-family + - ttf-inconsolata + - noto-fonts