Refactoring Draft

This commit is contained in:
2022-08-19 21:39:23 +02:00
parent 83b62a8510
commit a209f193e2
55 changed files with 128 additions and 134 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}}"