Cleaned up and refactored

This commit is contained in:
2023-11-16 23:29:43 +01:00
parent cd2c66bc54
commit 3dbdd1dfcb
39 changed files with 24 additions and 31 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- application-hunspell

View File

@@ -0,0 +1,12 @@
- name: install libreoffice
community.general.pacman:
name:
- ttf-liberation
- libreoffice-still
state: present
- name: install libreoffice language packages
community.general.pacman:
name: "libreoffice-still-{{ item }}"
state: present
loop: "{{libreoffice_languages}}"