Browse Source

libreoffice backports

master
parent
commit
5955876a56
4 changed files with 25 additions and 9 deletions
  1. +2
    -0
      defaults/main.yaml
  2. +9
    -0
      tasks/libreoffice.yaml
  3. +2
    -0
      tasks/main.yaml
  4. +12
    -9
      vars/main.yaml

+ 2
- 0
defaults/main.yaml View File

@@ -18,3 +18,5 @@ application_starters:
- xfce4-terminal

xfce_pannel_on_top: true

libreoffice_release_distribution: bullseye-backports

+ 9
- 0
tasks/libreoffice.yaml View 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 View 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 View 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