diff --git a/roles/latex/tasks/main.yml b/roles/latex/tasks/main.yml index f84995b..401afce 100644 --- a/roles/latex/tasks/main.yml +++ b/roles/latex/tasks/main.yml @@ -3,7 +3,7 @@ become: true community.general.pacman: name: - - texlive-most + - texlive - texlive-lang - biber when: ansible_facts['distribution'] == 'Archlinux'