updated nextcloud update instruction and set libreoffice to more conservative version

This commit is contained in:
2023-06-20 22:43:11 +02:00
parent 9bd600e6ed
commit be89e342c3
2 changed files with 6 additions and 7 deletions

View File

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