Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-desktop
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
libreoffice backports
master
Markus Katharina Brechtel
2 anni fa
parent
f103befee6
commit
5955876a56
4 ha cambiato i file
con
25 aggiunte
e
9 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yaml
+9
-0
tasks/libreoffice.yaml
+2
-0
tasks/main.yaml
+12
-9
vars/main.yaml
+ 2
- 0
defaults/main.yaml
Vedi File
@@ -18,3 +18,5 @@ application_starters:
- xfce4-terminal
xfce_pannel_on_top: true
libreoffice_release_distribution: bullseye-backports
+ 9
- 0
tasks/libreoffice.yaml
Vedi File
@@ -0,0 +1,9 @@
---
- name: libreoffice packages
apt:
pkg: "{{libreoffice_packages}}"
state: latest
default_release: "{{libreoffice_release_distribution}}"
tags:
- libreoffice-update
+ 2
- 0
tasks/main.yaml
Vedi File
@@ -4,6 +4,8 @@
apt:
pkg: "{{ desktop_packages }}"
- import_tasks: libreoffice.yaml
- name: ensure dunst package is absent for nicer notifications
apt:
pkg: dunst
+ 12
- 9
vars/main.yaml
Vedi File
@@ -80,15 +80,7 @@ desktop_packages:
# office
- evince
- libreoffice
- libreoffice-writer
- libreoffice-calc
- libreoffice-draw
- libreoffice-impress
- libreoffice-gtk3
- libreoffice-l10n-de
- libreoffice-help-de
- libreoffice-gnome
# see libreoffice_packages
# remote desktop tools
- tigervnc-common
@@ -154,3 +146,14 @@ desktop_packages:
# themes
- dmz-cursor-theme
- gnome-brave-icon-theme
libreoffice_packages:
- libreoffice
- libreoffice-writer
- libreoffice-calc
- libreoffice-draw
- libreoffice-impress
- libreoffice-gtk3
- libreoffice-l10n-de
- libreoffice-help-de
- libreoffice-gnome