diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index 300d6ae..8be328b 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -37,6 +37,7 @@ - name: Install fonts pacman: name: + - powerline-fonts - awesome-terminal-fonts - cantarell-fonts - gnu-free-fonts @@ -51,19 +52,19 @@ - noto-fonts state: present -- name: Install AUR fonts - aur: - name: "{{ item }}" - use: makepkg - skip_installed: true - with_items: - - ttf-ubuntu-mono-derivative-powerline-git - - ttf-roboto-mono-powerline-git - - ttf-inconsolata-lgc-for-powerline - - ttf-droid-sans-mono-slashed-powerline-git - - ttf-literation-mono-powerline-git - become: yes - become_user: aur_builder + # - name: Install AUR fonts + # aur: + # name: "{{ item }}" + # use: makepkg + # skip_installed: true + # with_items: + # - ttf-ubuntu-mono-derivative-powerline-git + # - ttf-roboto-mono-powerline-git + # - ttf-inconsolata-lgc-for-powerline + # - ttf-droid-sans-mono-slashed-powerline-git + # - ttf-literation-mono-powerline-git + # become: yes + # become_user: aur_builder