Rename install role for latex

This commit is contained in:
flyingscorpio@arch-desktop 2022-05-07 18:24:23 +02:00
parent 1bf14a9fc1
commit ee9c4a617e

View file

@ -1,5 +1,5 @@
--- ---
- name: Install latex packages (Archlinux) - name: Install packages (Archlinux)
become: true become: true
pacman: pacman:
name: name:
@ -8,7 +8,7 @@
- biber - biber
when: ansible_facts['distribution'] == 'Archlinux' when: ansible_facts['distribution'] == 'Archlinux'
- name: Install latex packages (Debian) - name: Install packages (Debian)
become: true become: true
apt: apt:
name: name: