Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-desktop
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
libreoffice backports
master
Markus Katharina Brechtel
2 anos atrás
pai
f103befee6
commit
5955876a56
4 arquivos alterados
com
25 adições
e
9 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -18,3 +18,5 @@ application_starters:
- xfce4-terminal
xfce_pannel_on_top: true
libreoffice_release_distribution: bullseye-backports
+ 9
- 0
tasks/libreoffice.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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