Rename install role for latex
This commit is contained in:
parent
1bf14a9fc1
commit
ee9c4a617e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Install latex packages (Archlinux)
|
||||
- name: Install packages (Archlinux)
|
||||
become: true
|
||||
pacman:
|
||||
name:
|
||||
|
@ -8,7 +8,7 @@
|
|||
- biber
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Install latex packages (Debian)
|
||||
- name: Install packages (Debian)
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
|
|
Loading…
Add table
Reference in a new issue