Optimized libreoffice role

This commit is contained in:
2025-04-02 00:48:01 +02:00
parent d1de427653
commit 00c663a694
4 changed files with 51 additions and 42 deletions

View File

@@ -2,11 +2,11 @@
community.general.pacman:
name:
- ttf-liberation
- libreoffice-fresh
- "libreoffice-{{ applications.libreoffice.flavor }}"
state: present
- name: install libreoffice language packages
community.general.pacman:
name: "libreoffice-fresh-{{ item }}"
name: "libreoffice-{{ applications.libreoffice.flavor }}-{{ item }}"
state: present
loop: "{{libreoffice_languages}}"