Skip to content
Snippets Groups Projects
Commit c45306f7 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Remove legacy Mozilla packages

parent 1b385f11
Branches
No related tags found
No related merge requests found
......@@ -110,6 +110,12 @@
- gdb
state: present
- name: Remove legacy Mozilla packages
apt:
name: xul-ext-quotecolors
state: absent
purge: yes
- name: ensure mozilla applications are installed
apt:
name:
......@@ -119,8 +125,6 @@
- firefox-esr-l10n-de
- lightning
- lightning-l10n-de
- enigmail
- xul-ext-quotecolors
state: present
- name: ensure google applications are installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment