Optimized nextloud-client for symbolic links, refactored and solved bugs

This commit is contained in:
2021-11-17 17:35:54 +01:00
parent dcd5c55543
commit a47e932bed
5 changed files with 18 additions and 1 deletions

View File

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

View File

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