Added role libreoffice

This commit is contained in:
2021-11-13 18:08:49 +01:00
parent ff5e05c3b7
commit f44c95d550
6 changed files with 29 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
- name: install hunspell
community.general.pacman:
name: hunspell
state: present
- name: install hunspell language packages
community.general.pacman:
name: "hunspell-{{ item }}"
state: present
loop: "{{hunspell_languages}}"