Removed pc_ for better overview

This commit is contained in:
2023-08-22 22:46:37 +02:00
parent d8bd1a37ea
commit 571bed27a3
77 changed files with 41 additions and 41 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- pc_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}}"