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

Remove legacy Mozilla packages

parent 1b385f11
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,12 @@ ...@@ -110,6 +110,12 @@
- gdb - gdb
state: present state: present
- name: Remove legacy Mozilla packages
apt:
name: xul-ext-quotecolors
state: absent
purge: yes
- name: ensure mozilla applications are installed - name: ensure mozilla applications are installed
apt: apt:
name: name:
...@@ -119,8 +125,6 @@ ...@@ -119,8 +125,6 @@
- firefox-esr-l10n-de - firefox-esr-l10n-de
- lightning - lightning
- lightning-l10n-de - lightning-l10n-de
- enigmail
- xul-ext-quotecolors
state: present state: present
- name: ensure google applications are installed - 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