qgm-laptop proxy aus apt.conf entfernt

This commit is contained in:
Frank Schiebel 2025-06-30 14:25:22 +02:00
parent c04e753bb9
commit afde365d01
5 changed files with 26 additions and 1 deletions

View file

@ -46,6 +46,7 @@
name:
- libreoffice
- libreoffice-l10n-de
- libreoffice-gtk3
- kicad
- kicad-doc-de
state: latest # noqa package-latest

View file

@ -97,3 +97,11 @@
state: started
enabled: no
#########
# /etc/apt/apt.conf proxy Zeile entfernen, damit Updates möglich sind
- name: Proxy aus apt entfernen
ansible.builtin.lineinfile:
dest: /etc/apt/apt.conf
state: absent
regexp: '^Acquire::http::Proxy'

View file

@ -66,6 +66,8 @@
- filius
- wine
- kdenlive
- terminator
- geany
autoremove: true
state: latest
environment:
@ -110,6 +112,7 @@
# - Kein Benutzerwechsel
# - Kein Lockscreen
# - Keine neue Session
# - Login Session immer leer starten, nicht die laufenden Anwendungen merken
- name: Set mandatory KDE settings
ansible.builtin.copy:
@ -123,6 +126,9 @@
action/switch_user=false
action/lock_screen=false
action/start_new_session=false
[General][$i]
loginMode=emptySession
#########
# Screen Locking abschalten, Mittelstufenschüler...