mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Cleaned up and refactored
This commit is contained in:
2
roles/desktop-libreoffice/meta/main.yml
Normal file
2
roles/desktop-libreoffice/meta/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- application-hunspell
|
12
roles/desktop-libreoffice/tasks/main.yml
Normal file
12
roles/desktop-libreoffice/tasks/main.yml
Normal 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}}"
|
Reference in New Issue
Block a user