Add 'client-playbook/' from commit '13f29ce5f74bba0376e04189e757cb9718cf2f93'

git-subtree-dir: client-playbook
git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6
git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
This commit is contained in:
2023-04-18 14:42:10 +02:00
75 changed files with 1320 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- application-hunspell

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