You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

18 line
381B

  1. ---
  2. - name: desktop mail client debian packages
  3. apt:
  4. pkg:
  5. - thunderbird
  6. - thunderbird-l10n-de
  7. - hunspell-de-de
  8. when: ansible_distribution == 'Debian'
  9. - name: desktop mail client ubuntu packages
  10. apt:
  11. pkg:
  12. - thunderbird
  13. - thunderbird-locale-de
  14. - thunderbird-locale-en
  15. - hunspell-de-de
  16. when: ansible_distribution == 'Ubuntu'