Przeglądaj źródła

ubuntu switch for thunderbird

master
rodzic
commit
0076e89cff
1 zmienionych plików z 11 dodań i 1 usunięć
  1. +11
    -1
      tasks/mail.yaml

+ 11
- 1
tasks/mail.yaml Wyświetl plik

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