Kaynağa Gözat

libreoffice backports

master
ebeveyn
işleme
5955876a56
4 değiştirilmiş dosya ile 25 ekleme ve 9 silme
  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 Dosyayı Görüntüle

@@ -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

+ 9
- 0
tasks/libreoffice.yaml Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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


+ 12
- 9
vars/main.yaml Dosyayı Görüntüle

@@ -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