Adapted role names

This commit is contained in:
2022-08-19 21:54:18 +02:00
parent eeb365d5b6
commit 191d7a7907
13 changed files with 33 additions and 27 deletions

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}}"