@@ -18,3 +18,5 @@ application_starters: | |||||
- xfce4-terminal | - xfce4-terminal | ||||
xfce_pannel_on_top: true | xfce_pannel_on_top: true | ||||
libreoffice_release_distribution: bullseye-backports |
@@ -0,0 +1,9 @@ | |||||
--- | |||||
- name: libreoffice packages | |||||
apt: | |||||
pkg: "{{libreoffice_packages}}" | |||||
state: latest | |||||
default_release: "{{libreoffice_release_distribution}}" | |||||
tags: | |||||
- libreoffice-update |
@@ -4,6 +4,8 @@ | |||||
apt: | apt: | ||||
pkg: "{{ desktop_packages }}" | pkg: "{{ desktop_packages }}" | ||||
- import_tasks: libreoffice.yaml | |||||
- name: ensure dunst package is absent for nicer notifications | - name: ensure dunst package is absent for nicer notifications | ||||
apt: | apt: | ||||
pkg: dunst | pkg: dunst | ||||
@@ -80,15 +80,7 @@ desktop_packages: | |||||
# office | # office | ||||
- evince | - 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 | # remote desktop tools | ||||
- tigervnc-common | - tigervnc-common | ||||
@@ -154,3 +146,14 @@ desktop_packages: | |||||
# themes | # themes | ||||
- dmz-cursor-theme | - dmz-cursor-theme | ||||
- gnome-brave-icon-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 |