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
ubuntu switch for thunderbird
master
Markus Katharina Brechtel
4 anos atrás
pai
8ad9196ae1
commit
0076e89cff
1 arquivos alterados
com
11 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+11
-1
tasks/mail.yaml
+ 11
- 1
tasks/mail.yaml
Ver arquivo
@@ -1,7 +1,17 @@
---
- name: desktop mail client packages
- name: desktop mail client
debian
packages
apt:
pkg:
- thunderbird
- thunderbird-l10n-de
- hunspell-de-de
when: ansible_distribution == 'Debian'
- name: desktop mail client ubuntu packages
apt:
pkg:
- thunderbird
- thunderbird-locale-de
- thunderbird-locale-en
- hunspell-de-de
when: ansible_distribution == 'Ubuntu'