Remove update notification in task bar.

Updates are managed centrally now and users cannot
install them anyway.
This commit is contained in:
Andreas B. Mundt 2024-01-25 10:35:55 +01:00
parent 3c33cde8c6
commit 0a0e942fd0

View file

@ -50,6 +50,7 @@
- pulseview - pulseview
- python3-websockets - python3-websockets
- qpdfview - qpdfview
- shellcheck
- sigrok - sigrok
- sigrok-cli - sigrok-cli
- tmux - tmux
@ -64,6 +65,12 @@
environment: environment:
http_proxy: '' # this is needed to avoid ttf-mscorefonts-installer picking up aptcacher http_proxy: '' # this is needed to avoid ttf-mscorefonts-installer picking up aptcacher
- name: Remove update notifications from plasma-discover
apt:
name:
- plasma-discover
autoremove: true
state: absent
- name: Make sure wireshark works for all users after installation and upgrades - name: Make sure wireshark works for all users after installation and upgrades
ansible.builtin.copy: ansible.builtin.copy: