mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-05 00:05:46 +07:00
9 lines
156 B
YAML
9 lines
156 B
YAML
- name: install LibreOffice Fresh (EN)
|
|
community.general.pacman:
|
|
name:
|
|
- libreoffice-fresh
|
|
- jre-openjdk
|
|
- simple-scan
|
|
state: present
|
|
|