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

Remove legacy Mozilla packages

parent ffdb85b1
No related branches found
No related tags found
No related merge requests found
Pipeline #1759 failed
...@@ -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