Remove update notification in task bar.
Updates are managed centrally now and users cannot install them anyway.
This commit is contained in:
parent
3c33cde8c6
commit
0a0e942fd0
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue