mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shortend desktop to desk
This commit is contained in:
12
roles/desk-libreoffice/tasks/main.yml
Normal file
12
roles/desk-libreoffice/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: install libreoffice
|
||||
community.general.pacman:
|
||||
name:
|
||||
- ttf-liberation
|
||||
- "libreoffice-{{ applications.libreoffice.flavor }}"
|
||||
state: present
|
||||
|
||||
- name: install libreoffice language packages
|
||||
community.general.pacman:
|
||||
name: "libreoffice-{{ applications.libreoffice.flavor }}-{{ item }}"
|
||||
state: present
|
||||
loop: "{{libreoffice_languages}}"
|
Reference in New Issue
Block a user