Browse Source

ubuntu switch for thunderbird

master
parent
commit
0076e89cff
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      tasks/mail.yaml

+ 11
- 1
tasks/mail.yaml View File

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